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:
|
run-build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- apt update
|
||||||
- apt install -y build-essential dh-make devscripts git dh-make build-essential autoconf autotools-dev
|
- apt install -y build-essential dh-make devscripts git dh-make build-essential autoconf autotools-dev
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc
|
||||||
- mkdir build
|
- mkdir build
|
||||||
|
@ -18,7 +19,6 @@ run-build:
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- selfhosted-1
|
- selfhosted-1
|
||||||
|
|
||||||
# This stage is only executed for new tags
|
# This stage is only executed for new tags
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
Loading…
Add table
Reference in a new issue