From 05e885298db27e0f59b6d7abb95dc01a93f06be6 Mon Sep 17 00:00:00 2001 From: Grzegorz Daniluk <grzegorz.daniluk@cern.ch> Date: Mon, 3 Feb 2020 09:00:22 +0100 Subject: [PATCH] testing CI with docker --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000..76fd4e725 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,15 @@ +stages: +- wrs_sw_compile + +job_wrs_compile: + stage: wrs_sw_compile + script: + - cd .. + - wr-switch-sw/build/wrs_build-all + artifacts: + name: WRS_SW_CI_$CI_JOB_ID + paths: + - ../*.tar + + tags: + - wrs_sw -- GitLab