Created
June 19, 2015 05:54
-
-
Save lihei12345/5076a737261e97ca0856 to your computer and use it in GitHub Desktop.
jenkins_test_1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| source ~/.bash_profile | |
| bundle install | |
| bundle exec pod repo update | |
| bundle exec pod install | |
| ipa build -c Release -d ~/Desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment