mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
Travis build coverage updates
This commit is contained in:
parent
c49798062d
commit
180ac698f7
29
.travis.yml
29
.travis.yml
@ -5,14 +5,14 @@ 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
|
||||||
- make clean; SYSTEM=linux-egl make
|
- make clean && SYSTEM=linux-egl make
|
||||||
- make clean; SYSTEM=linux-clang make
|
- make clean && SYSTEM=linux-clang make
|
||||||
- make clean; SYSTEM=linux-clang-egl make
|
- make clean && SYSTEM=linux-clang-egl 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
|
||||||
- pushd build/cmake; git clean -xdf .; cmake -G 'Unix Makefiles' -DGLEW_EGL=1 . ; make; popd
|
- pushd build/cmake && git clean -xdf . && cmake -G 'Unix Makefiles' -DGLEW_EGL=1 . && make && popd
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@ -21,9 +21,14 @@ addons:
|
|||||||
- dos2unix
|
- dos2unix
|
||||||
- libosmesa6-dev
|
- libosmesa6-dev
|
||||||
- libegl1-mesa-dev
|
- libegl1-mesa-dev
|
||||||
artifacts:
|
deploy:
|
||||||
bucket: glew
|
provider: s3
|
||||||
s3_region: "us-east-1"
|
skip_cleanup: true
|
||||||
paths:
|
bucket: glew
|
||||||
|
region: us-east-1
|
||||||
|
acl: public_read
|
||||||
|
paths:
|
||||||
- $(ls *.zip *.tgz | tr "\n" ":")
|
- $(ls *.zip *.tgz | tr "\n" ":")
|
||||||
- $(find doc -type f | tr "\n" ":")
|
- $(find doc -type f | tr "\n" ":")
|
||||||
|
on:
|
||||||
|
repo: nigels-com/glew
|
||||||
|
Loading…
Reference in New Issue
Block a user