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
|
||||
script:
|
||||
- pwd
|
||||
- mkdir /builds/build-artifacts
|
||||
- apt update
|
||||
- apt install -y build-essential devscripts dh-make
|
||||
- dpkg-buildpackage -us -uc
|
||||
- mkdir build
|
||||
- mv ../*.deb *.dsc *.changes *.tar.xz build/
|
||||
- mv ../* build-artifacts/
|
||||
|
||||
tags:
|
||||
- selfhosted-1
|
||||
|
@ -27,4 +27,4 @@ run-build:
|
|||
# The files which are to be made available in GitLab
|
||||
artifacts:
|
||||
paths:
|
||||
- build/*
|
||||
- /builds/build-artifacts/
|
||||
|
|
Loading…
Add table
Reference in a new issue