Last active
May 8, 2019 10:53
-
-
Save hsleedevelop/1ceba0d4c039f0e6bdbbf8c904fa9a85 to your computer and use it in GitHub Desktop.
jenkins configuration - build
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
| #source ~/.bash_profile | |
| export FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT=120 | |
| export TERM=xterm-256color | |
| export LANG=en_US.UTF-8 | |
| export LANGUAGE=en_US.UTF-8 | |
| export LC_ALL=en_US.UTF-8 | |
| bundle install | |
| bundle exec pod install --repo-update | |
| cp fastlane/appstore/Appfile fastlane/Appfile | |
| fastlane adhoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment