indivisible-legacy/.gitlab-ci.yml

14 lines
275 B
YAML
Raw Normal View History

2016-11-30 13:32:06 +00:00
image: gcc
build:
stage: build
before_script:
2016-12-02 15:35:07 +00:00
- apt update && apt -y install cmake libgomp1 libgmp-dev
2016-11-30 13:32:06 +00:00
script:
- cd build/
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make
artifacts:
paths:
- build/indivisible