passepartout-apple/scripts/local/build-app.sh

9 lines
217 B
Bash
Raw Normal View History

#!/bin/bash
2021-11-12 08:39:05 +00:00
PLATFORM=$1
if [[ -z $PLATFORM ]]; then
echo "Platform required"
exit
fi
export GYM_OUTPUT_DIRECTORY="dist/$PLATFORM"
bundle exec fastlane --env $PLATFORM,beta,secret test_and_build_app test:false