Add .gitlab-ci.yml

This commit is contained in:
Yeongdo Park 2019-03-15 18:15:43 +00:00
parent f7dda9b2a0
commit 140015f50e

10
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,10 @@
image: gcc:5
make:
stage: build
tags:
- docker
script:
- cd ${CI_PROJECT_DIR}
- cd code
- make clean && make