Add .gitlab-ci.yml

This commit is contained in:
Yeongdo Park 2019-03-05 08:56:27 +00:00
parent 1b8b0002b6
commit f457c8b3af

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
image: registry.gitlab.com/combustion-postech/helyx-os
allwmake:
stage: build
tags:
- helyxcl
script:
- cd ${CI_PROJECT_DIR}
- cp -R * /root/Engys/HELYX-OS/v2.4.0
- cd /root/Engys/HELYX-OS/v2.4.0
- ant -buildfile build_src.xml