Newer
Older
# Includes a common template
include:
- project: 'spc/tcv/tbx/git-tools-spc'
file: 'gitlab-ci-tbx-template.yml'
# no build for gdat, so don't define jobs for this phase
.deploy: # do later
extends: .deploy-to-lac-template
extends: .test-template
before_script:
- cd matlab
variables:
MATLABCMD: matlab850
extends: .test-template
before_script:
- cd matlab
variables:
MATLABCMD: matlab920
test-matlab850-all:
extends: test-matlab850
variables:
TESTCASE: all
only:
- schedules
- web
- master