indivisible-legacy/.gitlab-ci.yml
2016-12-02 16:35:07 +01:00

14 lines
275 B
YAML

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