Workaround for core-context4 MX build break, for now

This commit is contained in:
Nigel Stewart 2015-10-05 21:12:06 +10:00
parent ddfd270b61
commit 60f5e2e497

View File

@ -6,10 +6,10 @@ script:
- make -C auto clobber
- make extensions
- make dist-src
- make clean; SYSTEM=linux make
- make clean; SYSTEM=linux-osmesa 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
#- make clean; SYSTEM=linux make
#- make clean; SYSTEM=linux-osmesa 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
addons:
artifacts:
bucket: glew