We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7360847 commit 199616fCopy full SHA for 199616f
.azure-pipelines/auto.yml
@@ -168,8 +168,12 @@ jobs:
168
x86_64-gnu-debug:
169
IMAGE: x86_64-gnu-debug
170
171
- x86_64-gnu-nopt:
+ x86_64-gnu-nopt-1:
172
IMAGE: x86_64-gnu-nopt
173
+ SCRIPT: make ci-subset-1
174
+ x86_64-gnu-nopt-2:
175
+ IMAGE: x86_64-gnu-nopt
176
+ SCRIPT: make ci-subset-2
177
178
x86_64-gnu-distcheck-1:
179
IMAGE: x86_64-gnu-distcheck
0 commit comments