From 1f6e537fe5312f6daa98ff8bfdbb52063e85333e Mon Sep 17 00:00:00 2001 From: David Rohr Date: Fri, 6 Jun 2025 17:33:26 +0200 Subject: [PATCH] Standalone CI build must fail with errors --- GPU/GPUTracking/Standalone/cmake/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/GPU/GPUTracking/Standalone/cmake/build.sh b/GPU/GPUTracking/Standalone/cmake/build.sh index d2e4ae08c1575..9fe650fd30905 100755 --- a/GPU/GPUTracking/Standalone/cmake/build.sh +++ b/GPU/GPUTracking/Standalone/cmake/build.sh @@ -3,6 +3,7 @@ if [[ -z $1 ]]; then echo "Please provide Sourcedir as command line argument" exit 1 fi +set -e mkdir -p standalone/build pushd standalone/build cp $1/GPU/GPUTracking/Standalone/cmake/config.cmake .