aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d8b07a80..96f370f6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -100,6 +100,18 @@ jobs:
buildPlatform: AppImage
dependsOn: Linux
condition: succeeded()
+- job: Linux32
+ pool:
+ vmImage: ubuntu-16.04
+ steps:
+ - script: azure-pipelines/build-linux32
+ displayName: 'Linux 32-bit'
+ - task: PublishTestResults@2
+ inputs:
+ testRunTitle: Linux32
+ buildPlatform: Linux32
+ dependsOn: Linux
+ condition: succeeded()
- job: Fuzzers
pool:
vmImage: ubuntu-16.04