File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 59
59
pool :
60
60
name : Default
61
61
demands : agent.os -equals Linux
62
- timeoutInMinutes : 60
62
+ timeoutInMinutes : 80
63
63
cancelTimeoutInMinutes : 1
64
64
steps :
65
65
- checkout : self
80
80
displayName: Build
81
81
workingDirectory: $(Pipeline.Workspace)/src
82
82
failOnStderr: true
83
+ - bash : |
84
+ ../check_symbols.py out/linux_$(mode)_$(arch)/libflutter_engine.so
85
+ ../check_symbols.py out/linux_$(mode)_$(arch)/libflutter_tizen_wearable.so
86
+ displayName: Verify symbol references
87
+ workingDirectory: $(Pipeline.Workspace)/src
88
+ failOnStderr: true
89
+ condition: eq(variables['System.JobName'], 'tizen-arm-release')
83
90
- bash : |
84
91
OUTDIR=$(Build.StagingDirectory)
85
92
cp out/linux_$(mode)_$(arch)/libflutter_*.so $OUTDIR
You can’t perform that action at this time.
0 commit comments