Test 3
This commit is contained in:
parent
1b9a22ca0a
commit
82e620853a
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@ stages:
|
|||
run-build:
|
||||
stage: build
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y build-essential dh-make devscripts git dh-make build-essential autoconf autotools-dev
|
||||
- dpkg-buildpackage -us -uc
|
||||
- mkdir build
|
||||
|
@ -18,7 +19,6 @@ run-build:
|
|||
|
||||
tags:
|
||||
- selfhosted-1
|
||||
|
||||
# This stage is only executed for new tags
|
||||
only:
|
||||
- tags
|
||||
|
|
Loading…
Add table
Reference in a new issue