Skip to content

Commit

Permalink
Skip build on commits to second AppVeyor script file.
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Jul 2, 2019
1 parent 6441e04 commit 26cdf87
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions appveyor_newcomp.yml
Expand Up @@ -2,11 +2,15 @@ version: 4.0.0-{branch}-ci-{build}

branches:
only:
- default
- default

#shallow clone does not work when subrepos are involved!
#shallow_clone: true

skip_commits:
files:
- appveyor_oldcomp.yml

environment:
BB_AUTH_STRING:
secure: IyP2dNdsGf1iao8XFeiu7R8Fk+ZWBYd4vJlHZv1XcLy6KWcwSxLtjHZsTUSoiV/e
Expand Down Expand Up @@ -152,10 +156,10 @@ test_script:
on_success:
- cmd: |
cd %APPVEYOR_BUILD_FOLDER%
curl --user %BB_AUTH_STRING% https://api.bitbucket.org/2.0/repositories/Coin3D/%APPVEYOR_PROJECT_SLUG%/downloads --form files=@%BUILD_ARCHIVE% --form files=@%BUILD_SOURCE_ARCHIVE%
curl --user %BB_AUTH_STRING% https://api.bitbucket.org/2.0/repositories/Coin3D/coin/downloads --form files=@%BUILD_ARCHIVE% --form files=@%BUILD_SOURCE_ARCHIVE%
- sh: |
cd $APPVEYOR_BUILD_FOLDER
curl --user $BB_AUTH_STRING https://api.bitbucket.org/2.0/repositories/Coin3D/$APPVEYOR_PROJECT_SLUG/downloads --form files=\@$BUILD_ARCHIVE --form files=\@$BUILD_SOURCE_ARCHIVE
curl --user $BB_AUTH_STRING https://api.bitbucket.org/2.0/repositories/Coin3D/coin/downloads --form files=\@$BUILD_ARCHIVE --form files=\@$BUILD_SOURCE_ARCHIVE
notifications:
- provider: Email
Expand Down

0 comments on commit 26cdf87

Please sign in to comment.