File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- checkout : self
26
26
submodules : recursive
27
+ - task : UsePythonVersion@0
28
+ inputs :
29
+ versionSpec : ' 3.5'
30
+ architecture : ' x64'
31
+ - script : python -m pip install --upgrade pip setuptools wheel
32
+ displayName : ' Install tools'
27
33
- bash : |
28
34
sudo apt-get install gettext
29
35
displayName: 'Install native deps'
34
40
displayName: 'Install python deps'
35
41
- bash : |
36
42
gcc --version
37
- arm-none-eabi-gcc --version
38
43
python3 --version
39
44
displayName: 'Print versions'
40
45
- bash : |
78
83
echo -e "\nFAILURE $testbase"
79
84
diff -u $testbase.exp $testbase.out
80
85
done
86
+ displayName: "Dump test failure info"
81
87
workingDirectory: 'tests'
82
88
condition: failed()
89
+ failOnStderr: false
90
+ continueOnError: true
83
91
84
92
- job : BuildARM
85
93
pool :
You can’t perform that action at this time.
0 commit comments