2020-04-09 12:30:25 +00:00
|
|
|
include:
|
2020-05-14 07:49:51 +00:00
|
|
|
- project: 'f1x1t/gitlab-ci'
|
|
|
|
ref: master
|
|
|
|
file: 'scheduled.yml'
|
2020-04-09 12:30:25 +00:00
|
|
|
|
|
|
|
smolensk15-nightly:
|
2021-10-13 08:13:51 +00:00
|
|
|
# variables:
|
|
|
|
# CMAKE_GENERATOR: Unix Makefiles
|
|
|
|
# UPDATE_CMD: apt-get update
|
|
|
|
# INSTALL_CMD: apt-get -y install cmake
|
|
|
|
# CONFIGURE_CMD: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=_output -DCPACK_PACKAGING_INSTALL_PREFIX=/opt/rtis ..
|
|
|
|
# BUILD_CMD: make -j$(nproc)
|
|
|
|
# PACKAGE_CMD: tar zcf test.tar.gz
|
2020-04-09 12:30:25 +00:00
|
|
|
extends: .scheduled-smolensk15
|
|
|
|
|
|
|
|
orel212-nightly:
|
|
|
|
extends: .scheduled-orel212
|
|
|
|
|
|
|
|
bionic-nightly:
|
|
|
|
extends: .scheduled-bionic
|
|
|
|
|
|
|
|
focal-nightly:
|
|
|
|
extends: .scheduled-focal
|
|
|
|
|
2022-01-28 13:42:09 +00:00
|
|
|
jammy-nightly:
|
|
|
|
extends: .scheduled-jammy
|
|
|
|
|
2020-04-09 12:30:25 +00:00
|
|
|
elbrus-nightly:
|
|
|
|
extends: .scheduled-elbrus
|
|
|
|
|
2021-02-19 08:12:46 +00:00
|
|
|
check-format-sources:
|
|
|
|
only:
|
|
|
|
- merge_requests
|
|
|
|
extends: .check-format-sources
|