Skip to content

Commit e5709a6

Browse files
committed
Additional tweaks to TravisCI
1 parent a3d72be commit e5709a6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ matrix:
4747
script:
4848
- qmake CONFIG+=release -spec macx-xcode SavvyCAN.pro
4949
- xcodebuild
50-
- cp *.q* ./Release/SavvyCAN.app/
51-
- macdeployqt Release/SavvyCAN.app -dmg
50+
- cp *.q* Release/SavvyCAN.app/Contents/MacOS/
51+
- cd Release
52+
- ls SavvyCAN.app/Contents/MacOS
53+
- macdeployqt SavvyCAN.app -dmg
5254
deploy:
5355
provider: releases
5456
skip_cleanup: true
@@ -75,7 +77,7 @@ matrix:
7577
- rm *.obj
7678
- cp ../*.q* .
7779
- cp -r ../examples .
78-
- zip -r SavvyCAN32.zip *.*
80+
- 7z a -tzip SavvyCAN32.zip -r *
7981

8082
deploy:
8183
provider: releases

0 commit comments

Comments
 (0)