This commit is contained in:
Andrei Astafev 2022-04-08 14:44:04 +03:00
parent a4df53b96a
commit 8d133ac1f3
2 changed files with 4 additions and 3 deletions

View File

@ -4,11 +4,12 @@ include:
file: 'scheduled.yml'
smolensk15-nightly:
variables:
INSTALL_CMD: apt-get -y install devscripts
script:
- ls -la
- ls -la ..
- pwd
- ./build_deb.sh
- mkdir build
- cp -a ../*deb build
extends: .scheduled-smolensk15

View File

@ -12,7 +12,7 @@ popd
cp -ap debian "$D/myx-cmake-$V"
pushd "$D/myx-cmake-$V"
dch -D unstable -v "${V}-1" -m "New version."
debuild --no-sign
dpkg-buildpackage -us -uc
popd
cp -f ${D}/myx*deb .