Added CI.
This commit is contained in:
parent
fafdd9cb9c
commit
ed5dcc94b1
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user