appveyor.yml - install mesa on ubuntu

This commit is contained in:
Allen Winter
2021-11-19 10:05:07 -05:00
parent f0fa0281bf
commit 0c291116b9

View File

@@ -41,7 +41,7 @@ configuration:
- Debug
install:
- sh: if [ "`uname -s`" = "Darwin" ]; then brew install ninja; fi
- sh: if [ "`uname -s`" = "Darwin" ]; then brew install ninja; else sudo get-apt -y install mesa-common-dev libglu1-mesa-dev; fi
before_build:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"