We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165ca0c commit d292417Copy full SHA for d292417
.github/workflows/conan.yml
@@ -61,13 +61,16 @@ jobs:
61
62
- name: Create package
63
shell: powershell
64
+ #conan create . `
65
+ #--build=missing `
66
+ #-o "&:shared=False"
67
run: |
68
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
69
refreshenv
70
conan profile detect
- conan create . `
- --build=missing `
- -o "&:shared=False"
71
+ conan install . --output-folder=build --build=missing -o "&:shared=false"
72
+ cmake . --preset conan-default
73
+ cmake --build --preset=conan-release
74
env:
75
CONAN_USER_HOME: c:/cache
76
CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
0 commit comments