Skip to content

Commit

Permalink
[ci skip]added xcode server scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Oct 15, 2018
1 parent 4a19c37 commit 1dad0a0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/xcode-server-cleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh

export PATH=/usr/local/bin:$PATH

cd Speculid

source ~/.bash_profile

rbenv local

gem uninstall -aIx

brew bundle cleanup --global

20 changes: 20 additions & 0 deletions scripts/xcode-server-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/sh
export PATH=/usr/local/bin:$PATH

cd Speculid

source ~/.bash_profile

rbenv install
rbenv local

gem install bundler

bundle install

rbenv rehash

pod repo update

pod install

0 comments on commit 1dad0a0

Please sign in to comment.