Generalise Travis build - cmake OSMESA mode too

This commit is contained in:
Nigel Stewart 2015-10-10 11:03:05 +10:00
parent a92b192557
commit 29806bf358

View File

@ -8,7 +8,8 @@ script:
- make dist-src - make dist-src
- make clean; SYSTEM=linux make - make clean; SYSTEM=linux make
- make clean; SYSTEM=linux-osmesa make - make clean; SYSTEM=linux-osmesa make
- pushd build/cmake; cmake -G 'Unix Makefiles' .; make; popd - 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: addons:
artifacts: artifacts:
bucket: glew bucket: glew