diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..b189a61c938876efe3206bb8ffe351bc5ad447c3 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +stages: + - prepare + - build + - test + +variables: + GIT_SUBMODULE_STRATEGY: normal + +kelvin-dashboard-schedule: + stage: build + tags: + - kelvin-dashboard + script: ~/production/integration/gitlab-CI/build_all_handler.sh kelvin-dashboard