We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d49a4 commit a2dab5fCopy full SHA for a2dab5f
ci/build-app
@@ -18,7 +18,11 @@ BUILD_CMD="cmake --build . --config $BUILD_TYPE"
18
echo_title Configuring
19
mkdir $BUILD_DIR
20
cd $BUILD_DIR
21
-cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR $SRC_DIR
+cmake \
22
+ -DCMAKE_BUILD_TYPE=$BUILD_TYPE \
23
+ -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR \
24
+ -G Ninja \
25
+ $SRC_DIR
26
27
echo_title Updating translations
28
$BUILD_CMD --target lupdate
0 commit comments