gitlab CI conf

This commit is contained in:
Meutel 2017-04-02 20:12:24 +02:00
parent 8c39224feb
commit 3780c5c192
1 changed files with 14 additions and 0 deletions

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
stages:
- build
build:
stage: build
scripts:
- make
artifacts:
paths:
- *.o
expire_in: 1 hour
tags:
- kcgi