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

ci: Adds pipeline for windows.

parent cbaacf97
Branches ci_on_windows
Tags v0.2.0a2
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:
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 /"
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