This commit is contained in:
Ivan Fonarev 2023-10-27 22:23:42 +03:00
parent 1b9a22ca0a
commit 82e620853a

View file

@ -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