cmlib-example-base/.gitlab-ci.yml

28 lines
491 B
YAML
Raw Normal View History

include:
2021-06-30 14:06:20 +00:00
- project: 'f1x1t/gitlab-ci'
ref: master
file: 'scheduled.yml'
smolensk15-nightly:
variables:
UPDATE_CMD: apt-get update
INSTALL_CMD: apt-get -y install cmake
extends: .scheduled-smolensk15
orel212-nightly:
extends: .scheduled-orel212
bionic-nightly:
extends: .scheduled-bionic
focal-nightly:
extends: .scheduled-focal
elbrus-nightly:
extends: .scheduled-elbrus
2021-06-30 14:06:20 +00:00
check-format-sources:
only:
- merge_requests
extends: .check-format-sources