Skip to content
Snippets Groups Projects
Commit 5a63bd5a authored by alice's avatar alice Committed by alice
Browse files

community/calligra: flag tests behind want_check

parent 48f3267c
No related branches found
No related tags found
1 merge request!32616Poppler 22
......@@ -75,7 +75,8 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DGHNS=ON
-DGHNS=ON \
-DBUILD_TESTING="$(want_check && echo ON || echo OFF)"
cmake --build build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment