Skip to content
Snippets Groups Projects
Commit 1cadfa83 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

SW-394: Add gitlab CI yaml file

parent 6bf28fe8
No related branches found
No related tags found
1 merge request!80SW-830: Resolve SW-394
image: gcc
before_script:
- apt-get update --yes
- apt-get install --yes cmake
build:
script:
- mkdir -p build/gnucxx11_opt
- cd build/gnucxx11_opt
- cmake -DBUILD_PACKAGES=TriggerServices ../..
- make
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