diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d9eba76b5b073ae8e67636f00e3ac6ab0dabd17..3048b5e8cb6b44c29fd67353e66cee3f425aa27e 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 /"