mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-23 07:05:07 +00:00
Travis: variable-driven artifacts
This commit is contained in:
parent
fb66d74d14
commit
0cb090a1a9
13
.travis.yml
13
.travis.yml
@ -21,16 +21,7 @@ addons:
|
|||||||
- dos2unix
|
- dos2unix
|
||||||
- libosmesa6-dev
|
- libosmesa6-dev
|
||||||
# - libegl1-mesa-dev
|
# - libegl1-mesa-dev
|
||||||
deploy:
|
artifacts: true
|
||||||
provider: s3
|
paths:
|
||||||
skip_cleanup: true
|
|
||||||
access_key_id: ${ARTIFACTS_KEY}
|
|
||||||
secret_access_key: ${ARTIFACTS_SECRET}
|
|
||||||
bucket: ${ARTIFACTS_BUCKET}
|
|
||||||
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