indivisible-legacy/.gitlab-ci.yml
Nicolás A. Ortega 669b108c43
Initial commit.
2016-11-30 14:32:06 +01:00

14 lines
255 B
YAML

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