summaryrefslogtreecommitdiff
path: root/.appveyor
AgeCommit message (Collapse)AuthorFilesLines
2020-08-06appveyor: Use Python3.Jose Fonseca1-4/+4
This implied upgrading to the Visual Studio 2019 image, not for VS itself, but for the newer Python 3.8.5 version it contains, to avoid UnicodeDecodeError inside modulefinder module when attempting to decode our UTF-8 encoded Python scripts with cp1252 encoding. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6184>
2020-08-06appveyor: Upgrade pip.Jose Fonseca1-3/+3
To avoid all those warnings. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6184>
2019-11-14Appveyor: Quickly fix meson build.Prodea Alexandru-Liviu1-1/+1
As this required use of Python 3.8, mako module also had to be updated. v2 - Unbind mako module version when using Meson. Signed-off-by: Prodea Alexandru-Liviu <liviuprodea@yahoo.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
2019-10-19Appveyor/Meson: Add build test of osmesa galliumProdea Alexandru-Liviu1-1/+1
Signed-off-by: Prodea Alexandru-Liviu <liviuprodea@yahoo.com> Acked-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
2019-10-18appveyor: Move appveyor script into .appveyor directoryDylan Baker1-0/+66
This clears out the scripts directory completely Reviewed-by: Adam Jackson <ajax@redhat.com>
2019-10-18appveyor: Add support for building llvmpipe with mesonDylan Baker1-0/+36
Reviewed-by: Adam Jackson <ajax@redhat.com>