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.
2 parents 5a89956 + d82d62c commit 7d6a3afCopy full SHA for 7d6a3af
azure-pipelines.yml
@@ -27,11 +27,10 @@ schedules:
27
- master
28
29
jobs:
30
- # Azure pipelines don't work atm
31
- # - template: azure/i386/job.yml
32
- # parameters:
33
- # configurationName: I386_DEBUG_ZTS
34
- # configurationParameters: '--enable-debug --enable-zts'
+ - template: azure/i386/job.yml
+ parameters:
+ configurationName: I386_DEBUG_ZTS
+ configurationParameters: '--enable-debug --enable-zts'
35
- ${{ if eq(variables['Build.Reason'], 'Schedule') }}:
36
- template: azure/job.yml
37
parameters:
0 commit comments