Re-enable Travis build for Core Context mode

This commit is contained in:
Nigel Stewart 2015-11-19 21:21:44 +10:00
parent a4aa9b2717
commit 8b0b5db90c
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,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:
apt:
packages: