Skip to content
Snippets Groups Projects
.gitlab-ci.yml 735 B
Newer Older
Jan Reher's avatar
Jan Reher committed
variables:
    GIT_SSL_NO_VERIFY: "1"

stages:
    -build
    -test

run-build:
Jan Reher's avatar
Jan Reher committed
  stage: build

  script:
    - ./make
  artifacts:
    paths:
    - "build/auto/apdBatchSetter"
    - "build/auto/apdBoxSetter"
    - "build/auto/apdLocationSetter"
    - "build/auto/getIrradiationDose"
    - "build/auto/getLocations"
    - "build/auto/getU100"
    - "build/auto/makeSerialList"
    - "build/auto/testXmlStructure"
    - "build/auto/apdUnavailableSetter"
    - "apdUnitCreator"
    - "getBatch"
    - "makeGridList"
    - "setAnnealingInfo"
    - "setArrivalForIrradiation"
    - "setIrradiationInfo"
    - "setSentForAnalysisAfterIrradiation"
    - "validateSerials"

Jan Reher's avatar
Jan Reher committed
run-test:
Jan Reher's avatar
Jan Reher committed
  stage: test
  script:
    - build/auto/testXmlStructure