Created
November 11, 2017 14:58
-
-
Save dgyesbreghs/57fd6909cb2703a6c7cd3b453b9dd9d2 to your computer and use it in GitHub Desktop.
Prepare Jenkins Scripts
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/bash | |
# Install all the gems | |
sudo gem install fastlane | |
sudo gem install cocoapods | |
sudo gem install badge | |
sudo gem install xcodeproj -v 1.5.1 | |
sudo gem install xcov | |
# Install brew | |
brew install swiftlint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment