Add .gitlab-ci.yml
This commit is contained in:
parent
1b8b0002b6
commit
f457c8b3af
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal 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
|
||||
Reference in a new issue