mirror of https://github.com/kiwix/libkiwix.git
PPA: Build for Ubuntu Hirsute
This commit is contained in:
parent
84c320d5d3
commit
8eacb0d635
|
@ -7,7 +7,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro: [ubuntu-groovy, ubuntu-focal, ubuntu-bionic]
|
distro: [ubuntu-hirsute, ubuntu-groovy, ubuntu-focal, ubuntu-bionic]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -30,6 +30,14 @@ jobs:
|
||||||
email: release+launchpad@kiwix.org
|
email: release+launchpad@kiwix.org
|
||||||
distro: ${{ matrix.distro }}
|
distro: ${{ matrix.distro }}
|
||||||
|
|
||||||
|
- uses: legoktm/gh-action-build-deb@ubuntu-hirsute
|
||||||
|
if: matrix.distro == 'ubuntu-hirsute'
|
||||||
|
name: Build package for ubuntu-hirsute
|
||||||
|
id: build-ubuntu-hirsute
|
||||||
|
with:
|
||||||
|
args: --no-sign
|
||||||
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-groovy
|
- uses: legoktm/gh-action-build-deb@ubuntu-groovy
|
||||||
if: matrix.distro == 'ubuntu-groovy'
|
if: matrix.distro == 'ubuntu-groovy'
|
||||||
name: Build package for ubuntu-groovy
|
name: Build package for ubuntu-groovy
|
||||||
|
|
Loading…
Reference in New Issue