Remove .gitlab-ci.yml
This commit is contained in:
parent
6124a45453
commit
f8d27d65d3
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
||||||
image: seodisparate/gcc-runner
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
- test
|
|
||||||
|
|
||||||
buildJob:
|
|
||||||
stage: build
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
script:
|
|
||||||
- mkdir -p buildDebug
|
|
||||||
- cd buildDebug
|
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=True ../src
|
|
||||||
- make
|
|
||||||
|
|
||||||
testJob:
|
|
||||||
stage: test
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
script:
|
|
||||||
- mkdir -p buildDebug
|
|
||||||
- cd buildDebug
|
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=True ../src
|
|
||||||
- make
|
|
||||||
- ./UnitTests
|
|
||||||
|
|
Loading…
Reference in a new issue