mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -45,6 +45,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: change debian changelog
|
- name: change debian changelog
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install devscripts
|
||||||
debchange -v `git describe --tags` -M "trunk build"
|
debchange -v `git describe --tags` -M "trunk build"
|
||||||
- uses: singingwolfboy/build-dpkg-stretch@v1
|
- uses: singingwolfboy/build-dpkg-stretch@v1
|
||||||
id: build
|
id: build
|
||||||
@@ -61,6 +63,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: change debian changelog
|
- name: change debian changelog
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install devscripts
|
||||||
debchange -v `git describe --tags` -M "trunk build"
|
debchange -v `git describe --tags` -M "trunk build"
|
||||||
- uses: singingwolfboy/build-dpkg-buster@v1
|
- uses: singingwolfboy/build-dpkg-buster@v1
|
||||||
id: build
|
id: build
|
||||||
|
|||||||
Reference in New Issue
Block a user