CI: Only push binaries for develop branch builds
... for now. Syntax was confusing Travis CI, AppVeyor is reporting 401, so lets see if this change at least fixes Travis. If this doesn't work, it might be that @raysan5's token is required.
This commit is contained in:
parent
8337787ced
commit
13fa61f7d9
2 changed files with 11 additions and 16 deletions
|
@ -54,6 +54,4 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: raysan5/raylib
|
repo: raysan5/raylib
|
||||||
branch:
|
branch: develop
|
||||||
- develop
|
|
||||||
- master
|
|
||||||
|
|
23
appveyor.yml
23
appveyor.yml
|
@ -52,16 +52,13 @@ artifacts:
|
||||||
- path: 'build\*.zip'
|
- path: 'build\*.zip'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
description: 'Automatic build by CI'
|
- provider: GitHub
|
||||||
provider: GitHub
|
auth_token:
|
||||||
auth_token:
|
secure: lqkfPGZPK828Mmopbicrng08QaaQXAshp0a9E3bMXt8+hpA8vCfDAT3jgU8kaSsW
|
||||||
secure: lqkfPGZPK828Mmopbicrng08QaaQXAshp0a9E3bMXt8+hpA8vCfDAT3jgU8kaSsW
|
artifact: /.*\.zip/
|
||||||
artifact: /.*\.zip/
|
draft: false
|
||||||
draft: false
|
prerelease: false
|
||||||
prerelease: false
|
force_update: true
|
||||||
force_update: true
|
on:
|
||||||
on:
|
branch: develop
|
||||||
branch:
|
appveyor_repo_tag: true # deploy on tag push only
|
||||||
- master
|
|
||||||
- develop
|
|
||||||
appveyor_repo_tag: true # deploy on tag push only
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue