Skip to content
Snippets Groups Projects
.gitlab-ci.yml 855 B
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


test-matlab850:
  extends: .test-template
  before_script:
  - cd matlab
  variables:
    MATLABCMD: matlab850
  extends: .test-template
  before_script:
  - cd matlab
  variables:
    MATLABCMD: matlab
    TESTCASE: basic-tcv
    
# deactivate others for now pending full deployment scripts
.test-deployed-matlab850:
  extends: .test-deployed-template
  variables:
    MATLABCMD: matlab850

.test-matlab850-all:
Federico Felici's avatar
Federico Felici committed
  extends: test-matlab850
  variables:
     TESTCASE: all
  only:
  - schedules
  - web

  extends: .deploy-to-lac-template

.test-post-deploy:
  extends: .test-post-deploy-template