myx-cmake/.gitlab-ci.yml
2022-04-08 13:38:56 +03:00

15 lines
251 B
YAML

include:
- project: 'f1x1t/gitlab-ci'
ref: master
file: 'scheduled.yml'
smolensk15-nightly:
variables:
INSTALL_CMD: apt-get -y install devscripts
script:
- ls -la
- pwd
- ./build_deb.sh
extends: .scheduled-smolensk15