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 72181c3 commit 6c9854fCopy full SHA for 6c9854f
2 files changed
scripts/conan
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env bash
2
+
3
+conan install . --output-folder=cmake-build-debug --build=missing -s build_type=Release -s "&:build_type=Debug"
4
+conan install . --output-folder=cmake-build-release --build=missing -s build_type=Release -s "&:build_type=Release"
scripts/setup
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
-#setup git hooks
+# setup git hooks
scripts/git_hooks/git-hooks --install
5
6
+# setup conan
7
+scripts/conan
0 commit comments