ci: major refactors & add msvc check #8

Merged
light7734 merged 23 commits from ci/build_msvc_amd64 into main 2025-07-20 04:37:06 +00:00
Showing only changes of commit bf2bf1e1a1 - Show all commits

View file

@ -13,10 +13,7 @@ steps:
- name: greeting - name: greeting
shell: powershell shell: powershell
commands: commands:
- | - python -u "$(Get-Command conan | Select-Object -ExpandProperty Source)" --version
$Env:PYTHONUNBUFFERED = "1"
conan build . -c tools.system.package_manager:mode=install -c tools.cmake.cmaketoolchain:generator=Ninja -s build_type=Release -o enable_tests=True --build=missing
--- ---
kind: pipeline kind: pipeline