Created
October 10, 2019 05:14
-
-
Save imhafeez/3a0f2c45b1efbe014e6663330df31ea7 to your computer and use it in GitHub Desktop.
xCode Server CI Triggers
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
#!/bin/sh | |
# For Pods install | |
export PATH=/usr/local/opt/ruby/bin:/usr/local/bin:$PATH | |
export LC_ALL="en_US.UTF-8" | |
cd $XCS_PRIMARY_REPO_DIR | |
pod install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment