File tree 1 file changed +0
-49
lines changed
1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change 60
60
- src/xpu
61
61
62
62
jobs :
63
- - job : ' Ubuntu20'
64
- timeoutInMinutes : 120
65
- pool :
66
- vmImage : ' ubuntu-20.04'
67
- strategy :
68
- matrix :
69
- clang :
70
- CC : clang
71
- CXX : clang++
72
- gcc :
73
- CC : gcc
74
- CXX : g++
75
- steps :
76
- - script : |
77
- if [ "$(CC)" == "clang" ]; then
78
- .github/azure/env/clang.sh 9
79
- fi
80
- displayName: "Init_Env"
81
- - script : |
82
- .github/azure/build.sh --threading omp --mode Release --source-dir $(pwd) --build-dir $(pwd)/build
83
- displayName: 'build'
84
- - script : |
85
- .github/azure/test.sh --build-dir $(pwd)/build --report-dir $(pwd)/report
86
- displayName: 'test'
87
- failOnStderr: true
88
63
- job : ' Ubuntu22'
89
64
timeoutInMinutes : 120
90
65
pool :
@@ -110,18 +85,6 @@ jobs:
110
85
.github/azure/test.sh --build-dir $(pwd)/build --report-dir $(pwd)/report
111
86
displayName: 'test'
112
87
failOnStderr: true
113
- - job : ' macOS13'
114
- timeoutInMinutes : 120
115
- pool :
116
- vmImage : ' macOS-13'
117
- steps :
118
- - script : |
119
- .github/azure/build.sh --threading omp --mode Release --source-dir $(pwd) --build-dir $(pwd)/build
120
- displayName: 'build'
121
- - script : |
122
- .github/azure/test.sh --build-dir $(pwd)/build --report-dir $(pwd)/report
123
- displayName: 'test'
124
- failOnStderr: true
125
88
- job : ' macOS14'
126
89
timeoutInMinutes : 120
127
90
pool :
@@ -146,15 +109,3 @@ jobs:
146
109
.github\azure\test.bat /BUILDDIR %CD%\build /MODE Release /REPORTDIR %CD%\report
147
110
displayName: 'test'
148
111
failOnStderr: true
149
- - job : ' Windows_Server_2019'
150
- timeoutInMinutes : 120
151
- pool :
152
- vmImage : ' windows-2019'
153
- steps :
154
- - script : |
155
- .github\azure\build.bat /THREADING omp /MODE Release /VSVERSION vs2019 /SOURCEDIR %CD% /BUILDDIR %CD%\build
156
- displayName: 'build'
157
- - script : |
158
- .github\azure\test.bat /BUILDDIR %CD%\build /MODE Release /REPORTDIR %CD%\report
159
- displayName: 'test'
160
- failOnStderr: true
You can’t perform that action at this time.
0 commit comments