build:
  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"

test:
  stage: test
  script:
    - build/auto/testXmlStructure