瀏覽代碼

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.
pull/398/head
Ahmad Fatoum 7 年之前
父節點
當前提交
13fa61f7d9
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: C3EAC3DE9321D59B
共有 2 個檔案被更改,包括 11 行新增16 行删除
  1. +1
    -3
      .travis.yml
  2. +10
    -13
      appveyor.yml

+ 1
- 3
.travis.yml 查看文件

@ -54,6 +54,4 @@ deploy:
skip_cleanup: true
on:
repo: raysan5/raylib
branch:
- develop
- master
branch: develop

+ 10
- 13
appveyor.yml 查看文件

@ -52,16 +52,13 @@ artifacts:
- path: 'build\*.zip'
deploy:
description: 'Automatic build by CI'
provider: GitHub
auth_token:
secure: lqkfPGZPK828Mmopbicrng08QaaQXAshp0a9E3bMXt8+hpA8vCfDAT3jgU8kaSsW
artifact: /.*\.zip/
draft: false
prerelease: false
force_update: true
on:
branch:
- master
- develop
appveyor_repo_tag: true # deploy on tag push only
- provider: GitHub
auth_token:
secure: lqkfPGZPK828Mmopbicrng08QaaQXAshp0a9E3bMXt8+hpA8vCfDAT3jgU8kaSsW
artifact: /.*\.zip/
draft: false
prerelease: false
force_update: true
on:
branch: develop
appveyor_repo_tag: true # deploy on tag push only

Loading…
取消
儲存