Added CI.

This commit is contained in:
Nicolás A. Ortega 2016-12-01 16:50:15 +01:00
parent fafdd9cb9c
commit ed5dcc94b1
No known key found for this signature in database
GPG Key ID: 614272579C2070D1

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
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