@@ -0,0 +1,15 @@
PHONY: test build conan_install
test:build
cd build/Release && cmake --build . && ctest
build:conan_install
cmake --preset conan-release .
conan_install:
conan install . -b missing
The note is not visible to the blocked user.