aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-21 13:53:05 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:21 +0200
commitbdf29ca33e1b9cd73c46a71019e88a964a1dd91f (patch)
treeb8fe7f0ae8e91ead6593403c2f30cde1fcbf6d28 /azure-pipelines.yml
parent2155815234808373a00fcba67a59e40f40c564ee (diff)
downloadqpdf-bdf29ca33e1b9cd73c46a71019e88a964a1dd91f.tar.zst
Add 32-bit Linux build to CI
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