diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 78678d7..be25afb 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,10 +1,10 @@ # variables used in the build variables: - checkout: master - packaging_tag: 0.12.7-dev - iteration: '1' - pre_release: true - draft: true + checkout: 0.12.6 + packaging_tag: 0.12.6-4 + iteration: '4' + pre_release: false + draft: false # package builds will always be manually triggered trigger: none @@ -15,81 +15,8 @@ jobs: vmImage: 'ubuntu-18.04' strategy: matrix: - # 64-bit x86 - buster_amd64: - target: buster-amd64 - stretch_amd64: - target: stretch-amd64 - focal_amd64: - target: focal-amd64 - bionic_amd64: - target: bionic-amd64 - xenial_amd64: - target: xenial-amd64 - centos8_x86_64: - target: centos8-x86_64 - centos7_x86_64: - target: centos7-x86_64 - centos6_x86_64: - target: centos6-x86_64 - amazonlinux2_x86_64: - target: amazonlinux2-x86_64 amazonlinux2_lambda: target: amazonlinux2_lambda - opensuse_leap15_x86_64: - target: opensuse.leap15-x86_64 - archlinux_amd64: - target: archlinux-amd64 - mxe_win32: - target: mxe-cross-win32 - mxe_win64: - target: mxe-cross-win64 - # 32-bit x86 - bionic_i386: - target: bionic-i386 - buster_i386: - target: buster-i386 - centos6_i686: - target: centos6-i686 - centos7_i686: - target: centos7-i686 - stretch_i386: - target: stretch-i386 - xenial_i386: - target: xenial-i386 - # 64-bit ARM - amazonlinux2_aarch64: - target: amazonlinux2-aarch64 - bionic_arm64: - target: bionic-arm64 - buster_arm64: - target: buster-arm64 - centos7_aarch64: - target: centos7-aarch64 - centos8_aarch64: - target: centos8-aarch64 - focal_arm64: - target: focal-arm64 - opensuse_leap15_aarch64: - target: opensuse.leap15-aarch64 - stretch_arm64: - target: stretch-arm64 - xenial_arm64: - target: xenial-arm64 - # 32-bit ARM - stretch_raspberrypi: - target: raspberrypi.stretch-armhf - # PPC - bionic_ppc64le: - target: bionic-ppc64le - buster_ppc64le: - target: buster-ppc64le - centos7_ppc64le: - target: centos7-ppc64le - focal_ppc64le: - target: focal-ppc64le - opensuse_leap15_ppc64le: - target: opensuse.leap15-ppc64le timeoutInMinutes: 0 steps: - script: | @@ -132,6 +59,7 @@ jobs: centos8_ppc64le: target: centos8-ppc64le timeoutInMinutes: 0 + condition: eq(1, 2) steps: - script: | rm -fr wkhtmltopdf targets && git clone --recurse-submodules https://github.com/wkhtmltopdf/wkhtmltopdf.git @@ -166,6 +94,7 @@ jobs: win32: target: msvc2015-win32 timeoutInMinutes: 0 + condition: eq(1, 2) steps: - script: | choco install -yr --no-progress vcbuildtools -ia "/Full" @@ -201,6 +130,7 @@ jobs: cocoa: target: macos-cocoa timeoutInMinutes: 0 + condition: eq(1, 2) steps: - script: | brew install conan