gitlab CI conf
This commit is contained in:
parent
8c39224feb
commit
3780c5c192
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@ -0,0 +1,14 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
stage: build
|
||||
scripts:
|
||||
- make
|
||||
artifacts:
|
||||
paths:
|
||||
- *.o
|
||||
expire_in: 1 hour
|
||||
tags:
|
||||
- kcgi
|
||||
|
Loading…
Reference in New Issue
Block a user