We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da697b commit 52608ceCopy full SHA for 52608ce
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
ci/lib/common-dependencies.sh
@@ -57,6 +57,7 @@ install_ecm() {
57
-DBUILD_MAN_DOCS=OFF \
58
-DBUILD_QTHELP_DOCS=OFF \
59
-DBUILD_TESTING=OFF \
60
61
..
62
cmake --build .
63
cmake --build . --target install
0 commit comments