Skip to content

Commit

Permalink
Skip test under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrank63 committed Feb 3, 2024
1 parent 8908887 commit 733452a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 733452a

Please sign in to comment.