You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/tool/flutter_ci_script_stable.sh

17 lines
246 B

#!/bin/bash
set -e
DIR="${BASH_SOURCE%/*}"
source "$DIR/flutter_ci_script_shared.sh"
flutter doctor -v
declare -ar PROJECT_NAMES=(
"web_embedding/element_embedding_demo"
)
ci_projects "stable" "${PROJECT_NAMES[@]}"
echo "-- Success --"