CI 6
This commit is contained in:
parent
a4df53b96a
commit
8d133ac1f3
@ -4,11 +4,12 @@ include:
|
|||||||
file: 'scheduled.yml'
|
file: 'scheduled.yml'
|
||||||
|
|
||||||
smolensk15-nightly:
|
smolensk15-nightly:
|
||||||
variables:
|
|
||||||
INSTALL_CMD: apt-get -y install devscripts
|
|
||||||
script:
|
script:
|
||||||
- ls -la
|
- ls -la
|
||||||
|
- ls -la ..
|
||||||
- pwd
|
- pwd
|
||||||
- ./build_deb.sh
|
- ./build_deb.sh
|
||||||
|
- mkdir build
|
||||||
|
- cp -a ../*deb build
|
||||||
extends: .scheduled-smolensk15
|
extends: .scheduled-smolensk15
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ popd
|
|||||||
cp -ap debian "$D/myx-cmake-$V"
|
cp -ap debian "$D/myx-cmake-$V"
|
||||||
pushd "$D/myx-cmake-$V"
|
pushd "$D/myx-cmake-$V"
|
||||||
dch -D unstable -v "${V}-1" -m "New version."
|
dch -D unstable -v "${V}-1" -m "New version."
|
||||||
debuild --no-sign
|
dpkg-buildpackage -us -uc
|
||||||
popd
|
popd
|
||||||
cp -f ${D}/myx*deb .
|
cp -f ${D}/myx*deb .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user