ci: wip
Some checks reported errors
continuous-integration/drone/pr Build was killed

This commit is contained in:
light7734 2025-07-20 06:20:54 +03:30
parent 1bdfa1fac0
commit 48bf9eb033
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -13,8 +13,15 @@ steps:
- name: greeting - name: greeting
shell: powershell shell: powershell
commands: commands:
- echo $Env:PATH - |
- conan --version echo $Env:PATH
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