Test 4
This commit is contained in:
parent
f28eafdde8
commit
92478d51d0
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ stages:
|
||||||
run-build:
|
run-build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- pwd
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y build-essential dh-make devscripts git dh-make build-essential autoconf autotools-dev
|
- apt install -y build-essential devscripts dh-make
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- mv ../*.deb *.dsc *.changes *.tar.xz build/
|
- mv ../*.deb *.dsc *.changes *.tar.xz build/
|
||||||
|
|
Loading…
Add table
Reference in a new issue