|
|
|
@ -13,15 +13,17 @@ jobs:
@@ -13,15 +13,17 @@ jobs:
|
|
|
|
|
- uses: actions/checkout@v2 |
|
|
|
|
with: |
|
|
|
|
fetch-depth: 0 |
|
|
|
|
- name: change debian changelog |
|
|
|
|
run: | |
|
|
|
|
sudo apt-get update |
|
|
|
|
sudo apt-get install devscripts |
|
|
|
|
debchange -v "`git describe --tags`-${{ matrix.dist }}" -b -M --distribution ${{ matrix.dist }} "trunk build" |
|
|
|
|
#- name: change debian changelog |
|
|
|
|
# run: | |
|
|
|
|
# sudo apt-get update |
|
|
|
|
# sudo apt-get install devscripts |
|
|
|
|
# debchange -v "`git describe --tags`-${{ matrix.dist }}" -b -M --distribution ${{ matrix.dist }} "trunk build" |
|
|
|
|
- uses: jtdor/build-deb-action@v1 |
|
|
|
|
with: |
|
|
|
|
docker-image: debian:${{ matrix.dist }}-slim |
|
|
|
|
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 |
|
|
|
|
with: |
|
|
|
|
name: i2pd_${{ matrix.dist }} |
|
|
|
|