Skip to content

Commit

Permalink
Additional tweaks to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
collin80 committed Aug 8, 2019
1 parent a3d72be commit e5709a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ matrix:
script:
- qmake CONFIG+=release -spec macx-xcode SavvyCAN.pro
- xcodebuild
- cp *.q* ./Release/SavvyCAN.app/
- macdeployqt Release/SavvyCAN.app -dmg
- cp *.q* Release/SavvyCAN.app/Contents/MacOS/
- cd Release
- ls SavvyCAN.app/Contents/MacOS
- macdeployqt SavvyCAN.app -dmg
deploy:
provider: releases
skip_cleanup: true
Expand All @@ -75,7 +77,7 @@ matrix:
- rm *.obj
- cp ../*.q* .
- cp -r ../examples .
- zip -r SavvyCAN32.zip *.*
- 7z a -tzip SavvyCAN32.zip -r *

deploy:
provider: releases
Expand Down

0 comments on commit e5709a6

Please sign in to comment.