mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-19 01:15:56 +00:00
First approach
This commit is contained in:
10
Makefile
10
Makefile
@@ -39,4 +39,12 @@ test: ## Build Debug version and run tests
|
||||
exit 1; \
|
||||
fi
|
||||
@echo ">>> Updating coverage badge..."
|
||||
@env python update_coverage.py $(f_debug)/tests
|
||||
@env python update_coverage.py $(f_debug)/tests
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user