Skip to content

Commit 36b7e57

Browse files
committed
Actually, needs to be done in CI
1 parent f0bcdab commit 36b7e57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

flutter_ci_script_shared.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ function ci_codelabs () {
55
# Disable analytics to avoid https://github.com/dart-lang/tools/issues/249
66
dart --disable-analytics
77

8+
# Enable native assets for intro_flutter_gpu
9+
flutter config --enable-native-assets
10+
811
# ffigen_codelab/step_07 needs to build the native library before running the tests
912
pushd ffigen_codelab/step_07/example
1013
# RUNNER_OS from https://stackoverflow.com/a/72926104/2142626

intro_flutter_gpu/codelab_rebuild.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Introduction to Flutter GPU rebuild script
22
steps:
33
- name: step_01
44
steps:
5-
- name: Enable native assets
6-
flutter: config --enable-native-assets
75
- name: Remove generated code
86
rmdir: step_01
97
- name: Create project

0 commit comments

Comments
 (0)