indivisible-legacy/.gitlab-ci.yml
2016-11-30 19:10:00 +01:00

14 lines
264 B
YAML

image: gcc
build:
stage: build
before_script:
- apt update && apt -y install cmake libgomp1
script:
- cd build/
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make
artifacts:
paths:
- build/indivisible