This commit is contained in:
Andrei Astafev 2022-04-08 15:08:56 +03:00
parent 03e537d121
commit 675363f678

View File

@ -3,10 +3,37 @@ include:
ref: master
file: 'scheduled.yml'
elbrus-nightly:
script:
- ./build_deb.sh
extends: .scheduled-elbrus
smolensk15-nightly:
script:
- ./build_deb.sh
- ls -la
- ls -la build
extends: .scheduled-smolensk15
smolensk17-nightly:
script:
- ./build_deb.sh
extends: .scheduled-smolensk15
orel212-nightly:
script:
- ./build_deb.sh
extends: .scheduled-orel212
bionic-nightly:
script:
- ./build_deb.sh
extends: .scheduled-bionic
focal-nightly:
script:
- ./build_deb.sh
extends: .scheduled-focal
jammy-nightly:
script:
- ./build_deb.sh
extends: .scheduled-jammy