diff --git a/deploy/build_macos.sh b/deploy/build_macos.sh index c533d7337..e7b3d981d 100755 --- a/deploy/build_macos.sh +++ b/deploy/build_macos.sh @@ -72,7 +72,6 @@ echo "Building App..." cd $BUILD_DIR $QT_CMAKE -S $PROJECT_DIR -B $BUILD_DIR - cmake --build . --config release --target all # Build and run tests here