Skip to content

Instantly share code, notes, and snippets.

@dgyesbreghs
Created November 11, 2017 14:58
Show Gist options
  • Save dgyesbreghs/57fd6909cb2703a6c7cd3b453b9dd9d2 to your computer and use it in GitHub Desktop.
Save dgyesbreghs/57fd6909cb2703a6c7cd3b453b9dd9d2 to your computer and use it in GitHub Desktop.
Prepare Jenkins Scripts
#!/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