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