mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #623 from kiwix/update-ci
Re-introduce Ubuntu Impish in CI
This commit is contained in:
commit
9479c0685d
|
@ -8,7 +8,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
# - ubuntu-impish
|
- ubuntu-impish
|
||||||
- ubuntu-hirsute
|
- ubuntu-hirsute
|
||||||
- ubuntu-focal
|
- ubuntu-focal
|
||||||
- ubuntu-bionic
|
- ubuntu-bionic
|
||||||
|
@ -34,14 +34,13 @@ jobs:
|
||||||
email: release+launchpad@kiwix.org
|
email: release+launchpad@kiwix.org
|
||||||
distro: ${{ matrix.distro }}
|
distro: ${{ matrix.distro }}
|
||||||
|
|
||||||
# Temporarily disabled, Impish keeps changing and breaking the build
|
- uses: legoktm/gh-action-build-deb@ubuntu-impish
|
||||||
#- uses: legoktm/gh-action-build-deb@ubuntu-impish
|
if: matrix.distro == 'ubuntu-impish'
|
||||||
# if: matrix.distro == 'ubuntu-impish'
|
name: Build package for ubuntu-impish
|
||||||
# name: Build package for ubuntu-impish
|
id: build-ubuntu-impish
|
||||||
# id: build-ubuntu-impish
|
with:
|
||||||
# with:
|
args: --no-sign
|
||||||
# args: --no-sign
|
ppa: ${{ steps.ppa.outputs.ppa }}
|
||||||
# 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'
|
||||||
|
|
Loading…
Reference in New Issue