mirror of https://github.com/kiwix/libkiwix.git
PPA: Build packages for Ubuntu Bionic
This commit is contained in:
parent
c183f57670
commit
39bc8828cd
|
@ -7,7 +7,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro: [ubuntu-groovy, ubuntu-focal]
|
distro: [ubuntu-groovy, ubuntu-focal, ubuntu-bionic]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -46,6 +46,14 @@ jobs:
|
||||||
args: --no-sign
|
args: --no-sign
|
||||||
ppa: ${{ steps.ppa.outputs.ppa }}
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
|
- uses: legoktm/gh-action-build-deb@ubuntu-bionic
|
||||||
|
if: matrix.distro == 'ubuntu-bionic'
|
||||||
|
name: Build package for ubuntu-bionic
|
||||||
|
id: build-ubuntu-bionic
|
||||||
|
with:
|
||||||
|
args: --no-sign
|
||||||
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Packages for ${{ matrix.distro }}
|
name: Packages for ${{ matrix.distro }}
|
||||||
|
|
Loading…
Reference in New Issue