indivisible-legacy/.gitlab-ci.yml

14 lines
264 B
YAML
Raw Normal View History

2016-11-30 13:32:06 +00:00
image: gcc
build:
stage: build
before_script:
2016-11-30 18:10:00 +00:00
- apt update && apt -y install cmake libgomp1
2016-11-30 13:32:06 +00:00
script:
- cd build/
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make
artifacts:
paths:
- build/indivisible