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 8b20b7a commit 1ff6bb6Copy full SHA for 1ff6bb6
CONTRIBUTING.md
@@ -27,8 +27,13 @@ Then,
27
#LIB_TYPE=static
28
meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE}
29
ninja -v -C build-${LIB_TYPE}
30
- cd build-${LIB_TYPE}
31
- meson test --no-rebuild --print-errorlogs
+
+ ninja -C build-static/ test
32
33
+ # Or
34
+ #cd build-${LIB_TYPE}
35
+ #meson test --no-rebuild --print-errorlogs
36
37
sudo ninja install
38
39
## Building and testing with other build systems
0 commit comments