Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonx22 authored Dec 30, 2017
1 parent e6f99bd commit 794288d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ script:
- cd CorgiDS
- qmake CorgiDS.pro
- make
- zip -r CorgiDS_macOS.zip CorgiDS.app
- ls

deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: CorgiDS.app
file: CorgiDS_macOS.zip
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 794288d

Please sign in to comment.