From d32836c8c106231d26be43ed6e8be2f43297f51d Mon Sep 17 00:00:00 2001 From: Soeren Peters <peters@irmb.tu-bs.de> Date: Thu, 29 Oct 2020 10:38:36 +0100 Subject: [PATCH] Add windows job. --- .gitlab-ci.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf5d991a5..b28c23213 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -283,4 +283,19 @@ deploy_gcov_to_elladan: - pip3 install ansible script: - - ansible-playbook -i ansible/hosts.cfg -u public_pages ansible/playbook_gcov.yml \ No newline at end of file + - ansible-playbook -i ansible/hosts.cfg -u public_pages ansible/playbook_gcov.yml + + +# windows +windows: + stage: build + + tags: + - windows10 + + before_script: + - git --version + + script: + - cd $CI_PROJECT_DIR + - ls -la -- GitLab