Skip to content

Commit

Permalink
.travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filimo committed Oct 21, 2019
1 parent 1849f43 commit 9c5f75f
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 @@ -14,13 +14,13 @@ install:
script:
- xcodebuild clean build -project ReaderTranslator.xcodeproj -scheme 'ReaderTranslatorMac' -sdk macosx -configuration Debug -derivedDataPath ./build | xcpretty -c
- cp -R build/Build/Products/Debug/ReaderTranslatorMac.app .
- create-dmg --volname "Application Installer" --hide-extension "Application.app" --app-drop-link 600 185 "ReaderTranslatorMac.dmg" "ReaderTranslatorMac.app/" | xcpretty -c
- create-dmg --volname "Application Installer" --hide-extension "Application.app" --app-drop-link 600 185 "ReaderTranslatorMac.dmg" "ReaderTranslatorMac.app/"
- find ReaderTranslatorMac *.dmg


deploy:
provider: releases
github_token: $GITHUB_TOKEN
api_key: $GITHUB_TOKEN
file_glob: true
file: ReaderTranslatorMac *.dmg
draft: true
Expand Down

0 comments on commit 9c5f75f

Please sign in to comment.