This commit is contained in:
parent
1bdfa1fac0
commit
48bf9eb033
1 changed files with 9 additions and 2 deletions
11
.drone.yml
11
.drone.yml
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue