Skip to content

Commit

Permalink
Added tags true
Browse files Browse the repository at this point in the history
  • Loading branch information
youstinus committed Apr 27, 2019
1 parent 2cddc67 commit f2ba7b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ matrix:
on:
repo: youstinus/volunteer
branch: deploy
#tags: true
tags: true

-
language: android
Expand Down Expand Up @@ -143,7 +143,7 @@ matrix:
on:
repo: youstinus/volunteer
branch: deploy
#tags: true
tags: true
-
language: objective-c
os: osx
Expand Down Expand Up @@ -174,12 +174,12 @@ matrix:
file:
#- "./ionic-ui/platforms/ios/build/emulator/Volun.app"
#- "./ionic-ui/platforms/ios/build/emulator/volun-release-unsigned.app.tgz"
- "./ionic-ui/output/volun-release.app.tgz"
- "./ionic-ui/output/volunteer-release-unsigned.app.tgz"
skip_cleanup: true
on:
repo: youstinus/volunteer
branch: deploy
#tags: true
tags: true

#- cd ios
#- xcodebuild -scheme PepperoniAppTemplate -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
Expand Down
4 changes: 2 additions & 2 deletions scripts/ionic-ios-publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ set -e

mkdir -p output

tar zcvf ./platforms/ios/build/emulator/volun-release-unsigned.app.tgz ./platforms/ios/build/emulator/Volun.app
tar zcvf ./platforms/ios/build/emulator/volunteer-release-unsigned.app.tgz ./platforms/ios/build/emulator/Volun.app

cp ./platforms/ios/build/emulator/volun-release-unsigned.app.tgz ./output/volun-release.app.tgz
cp ./platforms/ios/build/emulator/volunteer-release-unsigned.app.tgz ./output/volunteer-release-unsigned.app.tgz

0 comments on commit f2ba7b9

Please sign in to comment.