We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e2fd4 commit 2912ea6Copy full SHA for 2912ea6
.github/workflows/build.yml
@@ -32,4 +32,7 @@ jobs:
32
sudo apt-get install valgrind
33
valgrind --leak-check=yes build/test
34
35
+ # test install
36
+ - run: cmake -S . -B build
37
+ - run: cmake --build build
38
- run: sudo cmake --install build
0 commit comments