mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
[gha] try to fix deb build
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
d602ea1061
commit
e3fbc246f4
12
.github/workflows/build-deb.yml
vendored
12
.github/workflows/build-deb.yml
vendored
@ -13,15 +13,17 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: change debian changelog
|
#- name: change debian changelog
|
||||||
run: |
|
# run: |
|
||||||
sudo apt-get update
|
# sudo apt-get update
|
||||||
sudo apt-get install devscripts
|
# sudo apt-get install devscripts
|
||||||
debchange -v "`git describe --tags`-${{ matrix.dist }}" -b -M --distribution ${{ matrix.dist }} "trunk build"
|
# debchange -v "`git describe --tags`-${{ matrix.dist }}" -b -M --distribution ${{ matrix.dist }} "trunk build"
|
||||||
- uses: jtdor/build-deb-action@v1
|
- uses: jtdor/build-deb-action@v1
|
||||||
with:
|
with:
|
||||||
docker-image: debian:${{ matrix.dist }}-slim
|
docker-image: debian:${{ matrix.dist }}-slim
|
||||||
buildpackage-opts: --build=binary --no-sign
|
buildpackage-opts: --build=binary --no-sign
|
||||||
|
before-build-hook: debchange --controlmaint --local="+$(git describe --tags)" "CI build"
|
||||||
|
extra-build-deps: devscripts
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: i2pd_${{ matrix.dist }}
|
name: i2pd_${{ matrix.dist }}
|
||||||
|
Loading…
Reference in New Issue
Block a user