mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-24 06:45:07 +00:00
Generalise Travis build - cmake OSMESA mode too
This commit is contained in:
parent
a92b192557
commit
29806bf358
@ -8,7 +8,8 @@ script:
|
||||
- make dist-src
|
||||
- make clean; SYSTEM=linux 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:
|
||||
artifacts:
|
||||
bucket: glew
|
||||
|
Loading…
Reference in New Issue
Block a user