mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-28 00:31:56 +00:00
Travis: Build coverage for glew-1.13 branch
This commit is contained in:
parent
0b5c94af1f
commit
409e04b992
22
.travis.yml
Normal file
22
.travis.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
language: cpp
|
||||||
|
sudo: false
|
||||||
|
install:
|
||||||
|
script:
|
||||||
|
- make -C auto clobber
|
||||||
|
- make extensions
|
||||||
|
- make dist-src
|
||||||
|
- make clean; SYSTEM=linux make
|
||||||
|
- make clean; SYSTEM=linux-clang make
|
||||||
|
- pushd build/cmake; git clean -xdf .; cmake -G 'Unix Makefiles' . ; make; popd
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- git
|
||||||
|
- cmake
|
||||||
|
- dos2unix
|
||||||
|
artifacts:
|
||||||
|
bucket: glew
|
||||||
|
s3_region: "us-east-1"
|
||||||
|
paths:
|
||||||
|
- $(ls *.zip *.tgz | tr "\n" ":")
|
||||||
|
- $(find doc -type f | tr "\n" ":")
|
Loading…
Reference in New Issue
Block a user