mastodon-app-ufficiale-ipho.../ci_scripts/ci_post_clone.sh

27 lines
347 B
Bash
Raw Normal View History

2022-07-15 05:35:36 +02:00
#!/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
2022-07-15 05:35:36 +02:00
ruby --version
# install bundle gem
gem install bundler
# setup gems
bundle install
bundle exec arkana
bundle exec pod install