Skip to content

Commit

Permalink
run deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis committed Jul 15, 2019
1 parent df0a92c commit 0c360fe
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 @@ -15,7 +15,7 @@ before_install:
script:
- qmake -makefile -o Makefile DeepLabel.pro
- make -j4
- hdiutil create -volname DeepLabel -srcfolder /Users/travis/build/jveitchmichaelis/deeplabel/release/DeepLabel.app -ov -format UDZO DeepLabel.dmg
- bash deploy_mac.sh ./release

deploy:
provider: releases
Expand All @@ -24,7 +24,7 @@ deploy:
DWV05TXNXzHLItL4uv1XMjDJtTHosZKt9dSvqX6p1AT2tQfUinfNJDV/A4u6zjYS/vyGqoQDPNF3FpYOU3tlkbeaLSNEFc0XP4XBEqa5f1e6VPO0fsr3Hw2Vz9ezDieLXctoM2elRwKXdaL+rWg/nXMcbbOwxXGjgOWEhNzvq+xug/NjsGL6GBTEfjdDk
33oET8gTgnip3A9SeW6cc5aCmzFFqvvzvpR5hXwH4YPuvQ5lt7CY98oPMFKocESeFDwQtsmWD3ZbWu1BIRoiedffV3ghquTlVy9iADGze4mc9S9AfA5ikt1z1gfjZbbKjoGzb4nEIOjbDz1Sl79QMT40uoNXScqc9P8G5+tj0AHxCPO7+5eYDjHoo5is+
KabmLGyLuJTjUZ9nFHVO5rA6oooEpIL9Ozj6a/tMR5PcYb0X3E51WkMMOxFcWqtqQ32s67Sug3CntNns2srM+lf3dfZm8kg+8CvSSjKpOMLPvqvxeAuVnHgel7XqAzFi3of+miQPaV+AuQi2nVfXkWKX63JoWU="
file: "/Users/travis/build/jveitchmichaelis/deeplabel/DeepLabel.dmg"
file: /Users/travis/build/jveitchmichaelis/deeplabel/release/deeplabel.dmg
skip_cleanup: true
on:
tags: true

0 comments on commit 0c360fe

Please sign in to comment.