Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0958a12

Browse files
committed
build requisite targets
1 parent 00fdc7f commit 0958a12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/analyze.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ if [ -n "$RESULTS" ]; then
4848
fi
4949

5050
echo "Analyzing testing/dart..."
51+
flutter/tools/gn --unoptimized
52+
ninja -C out/host_debug_unopt sky_engine sky_services
5153
(cd flutter/testing/dart && pub get)
5254
RESULTS=`dartanalyzer \
5355
--packages=flutter/testing/dart/.packages \

0 commit comments

Comments
 (0)