mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +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
|
||||
- libosmesa6-dev
|
||||
# - libegl1-mesa-dev
|
||||
deploy:
|
||||
provider: s3
|
||||
skip_cleanup: true
|
||||
access_key_id: ${ARTIFACTS_KEY}
|
||||
secret_access_key: ${ARTIFACTS_SECRET}
|
||||
bucket: ${ARTIFACTS_BUCKET}
|
||||
region: us-east-1
|
||||
acl: public_read
|
||||
paths:
|
||||
artifacts: true
|
||||
paths:
|
||||
- $(ls *.zip *.tgz | tr "\n" ":")
|
||||
- $(find doc -type f | tr "\n" ":")
|
||||
on:
|
||||
repo: nigels-com/glew
|
||||
|
Loading…
Reference in New Issue
Block a user