Skip to content

Commit

Permalink
AppVeyor and Travis deploy to GitHub - use tags only.
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Jan 10, 2019
1 parent 8836478 commit 8054694
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ deploy:
secure: XzGnVTRjZI2AuQzR5A6qPgZViAAbBVq7/VhM7O8kyTmjIkvUjH1RrwWiFLuinsus
force_update: true
on:
branch: master
APPVEYOR_REPO_TAG: true
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: cpp
compiler: clang
env:
# DODEPLOY=0
LSL_VERSION="1.13.0-b3"
matrix:
include:
Expand Down Expand Up @@ -41,4 +40,4 @@ deploy:
- LabRecorderCLI-${LSL_VERSION}-${TRAVIS_OSX_IMAGE}.dmg
on:
repo: labstreaminglayer/App-LabRecorder
condition: $TRAVIS_TAG || $DODEPLOY
tags: true

0 comments on commit 8054694

Please sign in to comment.