diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..4094339 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file