Test 5
This commit is contained in:
parent
92478d51d0
commit
d4fecfa1bc
1 changed files with 3 additions and 3 deletions
|
@ -12,11 +12,11 @@ run-build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
|
- mkdir /builds/build-artifacts
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y build-essential devscripts dh-make
|
- apt install -y build-essential devscripts dh-make
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc
|
||||||
- mkdir build
|
- mv ../* build-artifacts/
|
||||||
- mv ../*.deb *.dsc *.changes *.tar.xz build/
|
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- selfhosted-1
|
- selfhosted-1
|
||||||
|
@ -27,4 +27,4 @@ run-build:
|
||||||
# The files which are to be made available in GitLab
|
# The files which are to be made available in GitLab
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/*
|
- /builds/build-artifacts/
|
||||||
|
|
Loading…
Add table
Reference in a new issue