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

8 lines
173 B
Bash
Executable File

#!/bin/bash
PLATFORM=$1
if [[ -z $PLATFORM ]]; then
echo "Platform required"
exit
fi
bundle exec fastlane --env $PLATFORM,beta,secret test_and_build_app build:false