mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #568 from kiwix/ppa-impish
PPA: Build for Ubuntu Impish
This commit is contained in:
commit
0abbeabfe2
|
@ -7,7 +7,12 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro: [ubuntu-hirsute, ubuntu-groovy, ubuntu-focal, ubuntu-bionic]
|
distro:
|
||||||
|
- ubuntu-impish
|
||||||
|
- ubuntu-hirsute
|
||||||
|
- ubuntu-groovy
|
||||||
|
- ubuntu-focal
|
||||||
|
- ubuntu-bionic
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -30,6 +35,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-impish
|
||||||
|
if: matrix.distro == 'ubuntu-impish'
|
||||||
|
name: Build package for ubuntu-impish
|
||||||
|
id: build-ubuntu-impish
|
||||||
|
with:
|
||||||
|
args: --no-sign
|
||||||
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-hirsute
|
- uses: legoktm/gh-action-build-deb@ubuntu-hirsute
|
||||||
if: matrix.distro == 'ubuntu-hirsute'
|
if: matrix.distro == 'ubuntu-hirsute'
|
||||||
name: Build package for ubuntu-hirsute
|
name: Build package for ubuntu-hirsute
|
||||||
|
|
Loading…
Reference in New Issue