diff --git a/Makefile b/Makefile index 28dc33c7..7fa9b970 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,9 @@ all: cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install cmake --build build --config Release - cd build && ctest --config Release + @if [ "$(OS)" != "Windows_NT" ]; then \ + cd build && ctest --config Release; \ + fi cmake --install build docker: