Travis: disable EGL for now to workaround build failures

This commit is contained in:
Nigel Stewart 2019-01-30 07:29:48 +10:00
parent 180ac698f7
commit 70fb6195ae
1 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@ script:
- make dist-src
- make clean && SYSTEM=linux make
- make clean && SYSTEM=linux-osmesa make
- make clean && SYSTEM=linux-egl make
#- make clean && SYSTEM=linux-egl make
- make clean && SYSTEM=linux-clang make
- make clean && SYSTEM=linux-clang-egl make
#- make clean && SYSTEM=linux-clang-egl make
- pushd build/cmake && git clean -xdf . && cmake -G 'Unix Makefiles' . && make && popd
- pushd build/cmake && git clean -xdf . && cmake -G 'Unix Makefiles' -DGLEW_OSMESA=1 . && make && popd
- pushd build/cmake && git clean -xdf . && cmake -G 'Unix Makefiles' -DGLEW_EGL=1 . && make && popd
#- pushd build/cmake && git clean -xdf . && cmake -G 'Unix Makefiles' -DGLEW_EGL=1 . && make && popd
addons:
apt:
packages:
@ -20,7 +20,7 @@ addons:
- cmake
- dos2unix
- libosmesa6-dev
- libegl1-mesa-dev
# - libegl1-mesa-dev
deploy:
provider: s3
skip_cleanup: true