Add .gitlab-ci.yml
This commit is contained in:
parent
f7dda9b2a0
commit
140015f50e
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
image: gcc:5
|
||||||
|
|
||||||
|
make:
|
||||||
|
stage: build
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
script:
|
||||||
|
- cd ${CI_PROJECT_DIR}
|
||||||
|
- cd code
|
||||||
|
- make clean && make
|
||||||
Loading…
Add table
Reference in a new issue