mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
chore: disable building of bridgepp-test app in build script.
Also enabled verbose cmake output for easier debugging.
This commit is contained in:
@ -106,10 +106,10 @@ cmake \
|
||||
-B "${BUILD_DIR}"
|
||||
check_exit "CMake failed"
|
||||
|
||||
cmake --build "${BUILD_DIR}"
|
||||
cmake --build "${BUILD_DIR}" -v
|
||||
check_exit "build failed"
|
||||
|
||||
if [ "$1" == "install" ]; then
|
||||
cmake --install "${BUILD_DIR}"
|
||||
cmake --install "${BUILD_DIR}" -v
|
||||
check_exit "install failed"
|
||||
fi
|
||||
|
||||
@ -185,7 +185,7 @@ enable_testing()
|
||||
#*****************************************************************************************************************************************************
|
||||
# Tests
|
||||
#*****************************************************************************************************************************************************
|
||||
add_executable(bridgepp-test
|
||||
add_executable(bridgepp-test EXCLUDE_FROM_ALL
|
||||
Test/TestBridgeUtils.cpp
|
||||
Test/TestException.cpp
|
||||
Test/TestWorker.cpp Test/TestWorker.h)
|
||||
|
||||
Reference in New Issue
Block a user