File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 88- flutter-*-tizen
99
1010jobs :
11- - job : test
12- pool :
13- name : Default
14- demands : agent.os -equals Linux
15- timeoutInMinutes : 20
16- cancelTimeoutInMinutes : 1
17- steps :
18- - checkout : self
19- path : src/flutter
20- - bash : |
21- gclient sync -f -D
22- flutter/tools/gn \
23- --no-goma \
24- --runtime-mode debug \
25- --enable-fontconfig \
26- --build-tizen-shell
27- ninja -C out/host_debug
28- displayName: Host build
29- workingDirectory: $(Pipeline.Workspace)/src
30- failOnStderr: true
31- - bash : out/host_debug/flutter_tizen_unittests
32- displayName : Run tests
33- workingDirectory : $(Pipeline.Workspace)/src
3411- job : build
35- dependsOn : test
3612 strategy :
3713 matrix :
3814 tizen-arm-release :
9672 displayName: Build
9773 workingDirectory: $(Pipeline.Workspace)/src
9874 failOnStderr: true
99- - bash : |
100- ../check_symbols.py out/linux_$(mode)_$(arch)/libflutter_engine.so
101- ../check_symbols.py out/linux_$(mode)_$(arch)/libflutter_tizen_wearable.so
102- displayName: Verify symbol references
103- workingDirectory: $(Pipeline.Workspace)/src
104- failOnStderr: true
105- condition: eq(variables['System.JobName'], 'tizen-arm-release')
10675 - bash : |
10776 OUTDIR=$(Build.StagingDirectory)
10877 cp out/linux_$(mode)_$(arch)/libflutter_*.so $OUTDIR
You can’t perform that action at this time.
0 commit comments