Skip to content
Snippets Groups Projects
Commit 19395357 authored by Jan Reher's avatar Jan Reher
Browse files

Update .gitlab-ci.yml

parent a85148e6
No related branches found
No related tags found
No related merge requests found
Pipeline #1098 passed with stages
in 38 seconds
# This file is a template, and might need editing before it works on your project.
# use the official gcc image, based on debian
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: msrd0/cmake-qt5
build:
stage: build
......@@ -14,18 +8,15 @@ build:
- make
artifacts:
paths:
cache:
paths:
- "build/apdBatchSetter"
- "build/apdBoxSetter"
- "build/apdLocationSetter"
- "build/getIrradiationDose"
- "build/getLocations"
- "build/getU100"
- "build/makeSerialList"
- "build/testXmlStructure"
- "build/apdBatchSetter"
- "build/apdBoxSetter"
- "build/apdLocationSetter"
- "build/getIrradiationDose"
- "build/getLocations"
- "build/getU100"
- "build/makeSerialList"
- "build/testXmlStructure"
# run tests using the binary built before
test:
stage: test
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment