mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
add back a line to build host for scenario tests (#21076)
This commit is contained in:
parent
c7480be15d
commit
216a1ab64d
@ -43,6 +43,7 @@ if [[ ! -d "$SRC_DIR/out/$FLUTTER_ENGINE" ]]; then
|
||||
fi
|
||||
|
||||
autoninja -C "$SRC_DIR/out/$FLUTTER_ENGINE"
|
||||
autoninja -C "$SRC_DIR/out/host_debug_unopt"
|
||||
|
||||
"$SCRIPT_DIR/compile_android_jit.sh" "$SRC_DIR/out/host_debug_unopt" "$SRC_DIR/out/$FLUTTER_ENGINE/clang_x64"
|
||||
"$SCRIPT_DIR/run_android_tests.sh" "$FLUTTER_ENGINE"
|
||||
|
||||
@ -42,6 +42,7 @@ if [ ! -d "$SRC_DIR/out/$FLUTTER_ENGINE" ]; then
|
||||
fi
|
||||
|
||||
autoninja -C "$SRC_DIR/out/$FLUTTER_ENGINE"
|
||||
autoninja -C "$SRC_DIR/out/host_debug_unopt"
|
||||
|
||||
"$SCRIPT_DIR/compile_ios_jit.sh" "$SRC_DIR/out/host_debug_unopt" "$SRC_DIR/out/$FLUTTER_ENGINE/clang_x64"
|
||||
"$SCRIPT_DIR/run_ios_tests.sh" "$FLUTTER_ENGINE"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user