Skip to content

Commit 115b0a6

Browse files
committed
test
1 parent 1a8f970 commit 115b0a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/common/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ "$PLATFORM" == "win64" ]] || [[ "$PLATFORM" == "win32" ]]; then
1515
elif [[ "$PLATFORM" == "linux_aarch64" ]]; then
1616
cmake -B "$BUILD_DIR" -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF -DCMAKE_PREFIX_PATH="$QT_ROOT_DIR" -DCMAKE_TOOLCHAIN_FILE="$BUILD_TOOLCHAIN_CONFIG" -DCMAKE_FIND_ROOT_PATH="$QT_ROOT_DIR" -DQT_HOST_PATH="$QT_HOST_PATH" -DQT_HOST_CMAKE_DIR="$QT_HOST_PATH/lib/cmake"
1717
else
18-
cmake -B "$BUILD_DIR" -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF || exit 3
18+
cmake -B "$BUILD_DIR" -DCMAKE_BUILD_TYPE=Debug -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF || exit 3
1919
fi
2020

2121
if [[ "$PLATFORM" == "win32" ]]; then

0 commit comments

Comments
 (0)