CI 6
This commit is contained in:
parent
a4df53b96a
commit
8d133ac1f3
@ -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
|
||||
|
||||
|
@ -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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user