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 4e695a4 commit 29a84bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ script:
- qmake CorgiDS.pro
- make
- macdeployqt CorgiDS.app
- zip -r -X CorgiDS_macOS.zip CorgiDS.app
- zip -r -X corgids-mac.zip CorgiDS.app
- ls

deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: CorgiDS_macOS.zip
file: corgids-mac.zip
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 29a84bf

Please sign in to comment.