mirror of https://github.com/kiwix/libkiwix.git
Add Debian package building in CI
This commit is contained in:
parent
177e1d5da6
commit
efdb596561
|
@ -15,6 +15,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
|
- debian-unstable
|
||||||
- ubuntu-jammy
|
- ubuntu-jammy
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
steps:
|
steps:
|
||||||
|
@ -39,6 +40,13 @@ jobs:
|
||||||
email: release+launchpad@kiwix.org
|
email: release+launchpad@kiwix.org
|
||||||
distro: ${{ matrix.distro }}
|
distro: ${{ matrix.distro }}
|
||||||
|
|
||||||
|
- uses: legoktm/gh-action-build-deb@debian-unstable
|
||||||
|
if: matrix.distro == 'debian-unstable'
|
||||||
|
name: Build package for debian-unstable
|
||||||
|
id: build-debian-unstable
|
||||||
|
with:
|
||||||
|
args: --no-sign
|
||||||
|
|
||||||
- uses: legoktm/gh-action-build-deb@ubuntu-jammy
|
- uses: legoktm/gh-action-build-deb@ubuntu-jammy
|
||||||
if: matrix.distro == 'ubuntu-jammy'
|
if: matrix.distro == 'ubuntu-jammy'
|
||||||
name: Build package for ubuntu-jammy
|
name: Build package for ubuntu-jammy
|
||||||
|
|
Loading…
Reference in New Issue