This commit is contained in:
Ivan Fonarev 2023-10-27 22:34:56 +03:00
parent 82e620853a
commit f28eafdde8

View file

@ -15,7 +15,7 @@ run-build:
- 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
- mv ../* build/ - mv ../*.deb *.dsc *.changes *.tar.xz build/
tags: tags:
- selfhosted-1 - selfhosted-1