mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
Migrate Travis GLEW build to container-based infrastructure
This commit is contained in:
parent
5ce6248594
commit
99421ea9fe
@ -1,7 +1,6 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
#sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install git cmake dos2unix libosmesa-dev
|
|
||||||
script:
|
script:
|
||||||
- make -C auto clobber
|
- make -C auto clobber
|
||||||
- make extensions
|
- make extensions
|
||||||
@ -11,6 +10,12 @@ script:
|
|||||||
- 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:
|
||||||
|
packages:
|
||||||
|
- git
|
||||||
|
- cmake
|
||||||
|
- dos2unix
|
||||||
|
- libosmesa6-dev
|
||||||
artifacts:
|
artifacts:
|
||||||
bucket: glew
|
bucket: glew
|
||||||
s3_region: "us-east-1"
|
s3_region: "us-east-1"
|
||||||
|
Loading…
Reference in New Issue
Block a user