mastodon-ios/ci_scripts/ci_post_clone.sh

27 lines
347 B
Bash
Executable File

#!/bin/zsh
# Xcode Cloud scripts
set -xeu
set -o pipefail
# list hardware
system_profiler SPSoftwareDataType SPHardwareDataType
echo $PWD
cd $CI_WORKSPACE
echo $PWD
# install ruby from homebrew
brew install ruby
ruby --version
# install bundle gem
gem install bundler
# setup gems
bundle install
bundle exec arkana
bundle exec pod install