mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-16 07:55:58 +00:00
Fix conan-create makefile target
This commit is contained in:
5
Makefile
5
Makefile
@@ -62,8 +62,9 @@ viewcoverage: ## View the html coverage report
|
||||
|
||||
conan-create: ## Create the conan package
|
||||
@echo ">>> Creating the conan package..."
|
||||
conan create . --build=missing --pr:b=release -pr:h=release
|
||||
conan create . --build=missing -pr:b=debug -pr:h=debug
|
||||
conan create . --build=missing -tf "" -s:a build_type=Release
|
||||
conan create . --build=missing -tf "" -s:a build_type=Debug -o "&:enable_testing=False"
|
||||
@echo ">>> Done"
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user