First approach

This commit is contained in:
2025-06-30 22:39:40 +02:00
parent c1759ba1ce
commit 4e5f39f803
4 changed files with 16 additions and 8 deletions

View File

@@ -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