Skip to content

Commit a2dab5f

Browse files
committed
fixup! Fix Windows build by using Ninja
1 parent b5d49a4 commit a2dab5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/build-app

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ BUILD_CMD="cmake --build . --config $BUILD_TYPE"
1818
echo_title Configuring
1919
mkdir $BUILD_DIR
2020
cd $BUILD_DIR
21-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR $SRC_DIR
21+
cmake \
22+
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
23+
-DCMAKE_INSTALL_PREFIX=$INSTALL_DIR \
24+
-G Ninja \
25+
$SRC_DIR
2226

2327
echo_title Updating translations
2428
$BUILD_CMD --target lupdate

0 commit comments

Comments
 (0)