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 27131b1 commit 7dc60d3Copy full SHA for 7dc60d3
azure-pipelines.yml
@@ -129,7 +129,7 @@ jobs:
129
- template: .ci/azure-cmake.yml
130
- template: .ci/azure-build.yml
131
- template: .ci/azure-test.yml
132
-
+
133
- job: Docker2
134
variables:
135
cli11.single: OFF
conanfile.py
@@ -27,8 +27,7 @@ class CLI11Conan(ConanFile):
27
"LICENSE",
28
"README.md",
29
"include/*",
30
- "src/*"
31
- "extern/*",
+ "src/*" "extern/*",
32
"cmake/*",
33
"CMakeLists.txt",
34
"CLI11.CPack.Description.txt",
0 commit comments