mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #408 from kiwix/ppa-bionic
PPA: Build and publish packages for Ubuntu BIonic
This commit is contained in:
commit
4e98a76c19
|
@ -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 }}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
usr/share/man/man1/kiwix-compile-resources.1
|
usr/share/man/man1/kiwix-compile-resources.1*
|
||||||
|
|
Loading…
Reference in New Issue