element-x-ios/ci_scripts/ci_post_clone.sh

13 lines
202 B
Bash
Raw Normal View History

#!/bin/sh
source ci_common.sh
setup_xcode_cloud_environment
install_xcode_cloud_brew_dependencies
if [ "$CI_WORKFLOW" = "Nightly" ]; then
bundle exec fastlane config_nightly
else
xcodegen
fi