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

Commit 2dffc65

Browse files
committed
Run travis scripts with cirrus
1 parent af855e0 commit 2dffc65

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.cirrus.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,19 @@ build_android_task:
2525
./flutter/tools/gn --android --unoptimized
2626
ninja -C out/android_debug_unopt
2727
28+
task:
29+
container:
30+
image: gcr.io/flutter-cirrus/build-engine-image:0.2
31+
32+
env:
33+
CIRRUS_WORKING_DIR: "/tmp/github_repo"
34+
35+
replace_engine_script: |
36+
cd $ENGINE_PATH/src
37+
rm -r flutter
38+
cp $CIRRUS_WORKING_DIR -r ./flutter
39+
gclient sync
40+
41+
format_script: cd $ENGINE_PATH/src/flutter && ./travis/format.sh
42+
build_script: cd $ENGINE_PATH/src/flutter && ./travis/build.sh
43+
test_script: cd $ENGINE_PATH/src/flutter && ./travis/test.sh

0 commit comments

Comments
 (0)