Skip to content
Snippets Groups Projects
Commit 4b4282c8 authored by dilawar's avatar dilawar :ant:
Browse files

ci: Adds pipeline for windows.

parent cbaacf97
No related branches found
No related tags found
2 merge requests!6Hotfix: fix to assert error post installation,!5ci: Adds pipeline for windows.
Pipeline #3771 failed with stages
in 2 minutes and 7 seconds
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -22,3 +22,12 @@ deploy: ...@@ -22,3 +22,12 @@ deploy:
script: script:
- python3 -m pip install poetry --upgrade - python3 -m pip install poetry --upgrade
- bash .ci/release.sh - 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 /"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment