Skip to content

Instantly share code, notes, and snippets.

@imhafeez
Created October 10, 2019 05:14
Show Gist options
  • Save imhafeez/3a0f2c45b1efbe014e6663330df31ea7 to your computer and use it in GitHub Desktop.
Save imhafeez/3a0f2c45b1efbe014e6663330df31ea7 to your computer and use it in GitHub Desktop.
xCode Server CI Triggers
#!/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