From 4b4282c8cce3ab3adba14fcea9ed5267ada3acb7 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@subcom.tech> Date: Mon, 10 Oct 2022 11:28:49 +0530 Subject: [PATCH] ci: Adds pipeline for windows. --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d9eba7..3048b5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,3 +22,12 @@ deploy: script: - python3 -m pip install poetry --upgrade - bash .ci/release.sh + +build:windows: + stage: build + tags: + - windows + script: + - python -m pip install . + - python -m bitia --help + - python -m bitia run "ls -ltrh /" -- GitLab