Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
release 0.12.6-3 for ArchLinux
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Kulkarni <[email protected]>
  • Loading branch information
ashkulz committed Jul 21, 2020
1 parent 7f41007 commit 9f7417e
Showing 1 changed file with 8 additions and 76 deletions.
84 changes: 8 additions & 76 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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-3
iteration: '3'
pre_release: false
draft: false

# package builds will always be manually triggered
trigger: none
Expand All @@ -15,79 +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
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: |
Expand Down Expand Up @@ -129,6 +58,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
Expand Down Expand Up @@ -163,6 +93,7 @@ jobs:
win32:
target: msvc2015-win32
timeoutInMinutes: 0
condition: eq(1, 2)
steps:
- script: |
choco install -yr --no-progress vcbuildtools -ia "/Full"
Expand Down Expand Up @@ -198,6 +129,7 @@ jobs:
cocoa:
target: macos-cocoa
timeoutInMinutes: 0
condition: eq(1, 2)
steps:
- script: |
brew install conan
Expand Down

0 comments on commit 9f7417e

Please sign in to comment.