mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
Re-enable Travis build for Core Context mode
This commit is contained in:
parent
a4aa9b2717
commit
8b0b5db90c
@ -5,10 +5,10 @@ script:
|
|||||||
- make -C auto clobber
|
- make -C auto clobber
|
||||||
- make extensions
|
- make extensions
|
||||||
- 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; git clean -xdf .; 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
|
- pushd build/cmake; git clean -xdf .; cmake -G 'Unix Makefiles' -DGLEW_OSMESA=1 .; make; popd
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user