This commit is contained in:
Ivan Fonarev 2023-10-27 22:48:23 +03:00
parent f28eafdde8
commit 92478d51d0

View file

@ -11,8 +11,9 @@ stages:
run-build: run-build:
stage: build stage: build
script: script:
- pwd
- apt update - apt update
- apt install -y build-essential dh-make devscripts git dh-make build-essential autoconf autotools-dev - apt install -y build-essential devscripts dh-make
- dpkg-buildpackage -us -uc - dpkg-buildpackage -us -uc
- mkdir build - mkdir build
- mv ../*.deb *.dsc *.changes *.tar.xz build/ - mv ../*.deb *.dsc *.changes *.tar.xz build/