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 8
8
- flutter-*-tizen
9
9
10
10
jobs :
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
34
11
- job : build
35
- dependsOn : test
36
12
strategy :
37
13
matrix :
38
14
tizen-arm-release :
96
72
displayName: Build
97
73
workingDirectory: $(Pipeline.Workspace)/src
98
74
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')
106
75
- bash : |
107
76
OUTDIR=$(Build.StagingDirectory)
108
77
cp out/linux_$(mode)_$(arch)/libflutter_*.so $OUTDIR
You can’t perform that action at this time.
0 commit comments