We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d72be commit e5709a6Copy full SHA for e5709a6
.travis.yml
@@ -47,8 +47,10 @@ matrix:
47
script:
48
- qmake CONFIG+=release -spec macx-xcode SavvyCAN.pro
49
- xcodebuild
50
- - cp *.q* ./Release/SavvyCAN.app/
51
- - macdeployqt Release/SavvyCAN.app -dmg
+ - cp *.q* Release/SavvyCAN.app/Contents/MacOS/
+ - cd Release
52
+ - ls SavvyCAN.app/Contents/MacOS
53
+ - macdeployqt SavvyCAN.app -dmg
54
deploy:
55
provider: releases
56
skip_cleanup: true
@@ -75,7 +77,7 @@ matrix:
75
77
- rm *.obj
76
78
- cp ../*.q* .
79
- cp -r ../examples .
- - zip -r SavvyCAN32.zip *.*
80
+ - 7z a -tzip SavvyCAN32.zip -r *
81
82
83
0 commit comments