numint/.gitlab-ci.yml

14 lines
250 B
YAML
Raw Permalink Normal View History

2016-12-01 15:50:15 +00:00
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/numint