myx-cmake/.gitlab-ci.yml

40 lines
635 B
YAML
Raw Normal View History

2022-04-08 08:24:36 +00:00
include:
- project: 'f1x1t/gitlab-ci'
ref: master
file: 'scheduled.yml'
2022-04-08 12:08:56 +00:00
elbrus-nightly:
script:
- ./build_deb.sh
extends: .scheduled-elbrus
2022-04-08 08:24:36 +00:00
smolensk15-nightly:
2022-04-08 10:35:33 +00:00
script:
- ./build_deb.sh
2022-04-08 08:24:36 +00:00
extends: .scheduled-smolensk15
2022-04-08 12:08:56 +00:00
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