Browse Source

[gha] add deb building

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1662/head
R4SAS 3 years ago
parent
commit
f9d378f1ce
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -45,6 +45,8 @@ jobs: @@ -45,6 +45,8 @@ jobs:
- uses: actions/checkout@v2
- name: change debian changelog
run: |
sudo apt-get update
sudo apt-get install devscripts
debchange -v `git describe --tags` -M "trunk build"
- uses: singingwolfboy/build-dpkg-stretch@v1
id: build
@ -61,6 +63,8 @@ jobs: @@ -61,6 +63,8 @@ jobs:
- uses: actions/checkout@v2
- name: change debian changelog
run: |
sudo apt-get update
sudo apt-get install devscripts
debchange -v `git describe --tags` -M "trunk build"
- uses: singingwolfboy/build-dpkg-buster@v1
id: build

Loading…
Cancel
Save