Test 8
This commit is contained in:
parent
e59580af2b
commit
9f9ffbb959
1 changed files with 3 additions and 2 deletions
|
@ -12,10 +12,11 @@ run-build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
|
mkdir /builds/artifact
|
||||||
- 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
|
||||||
- mv ../* /builds/build-artifacts/
|
- mv ../* /builds/artifact
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- ssd-selfhosted
|
- ssd-selfhosted
|
||||||
|
@ -26,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:
|
||||||
- /builds/build-artifacts/
|
- /builds/artifact
|
||||||
|
|
Loading…
Add table
Reference in a new issue