File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 33gcc --version
44g++ --version
55
6+ # Download and unzip the sonarcloud build wrapper
7+ curl -LsS https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip > build-wrapper-linux-x86.zip
8+ unzip build-wrapper-linux-x86.zip
9+ export SONARCLOUD_DIR=$PWD /build-wrapper-linux-x86
10+
611export CI_PROJECT_DIR=/pdalc
712export CI_PROJECT_NAME=pdal-c
813export TARGET_PLATFORM=$DISTRO -` uname -m` -$BUILD_TYPE
@@ -11,5 +16,5 @@ rm -rf "$CI_PROJECT_DIR/build/$TARGET_PLATFORM"
1116mkdir -p " $CI_PROJECT_DIR /build/$TARGET_PLATFORM "
1217cd " $CI_PROJECT_DIR /build/$TARGET_PLATFORM "
1318cmake -G " Unix Makefiles" -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DPDALC_GCC_PARAM_GGC_MIN_HEAPSIZE=8192 " $CI_PROJECT_DIR "
14- make
19+ $SONARCLOUD_DIR /build-wrapper-linux-x86-64 --out-dir $CI_PROJECT_DIR /bw-output make
1520make coverage_pdalc
You can’t perform that action at this time.
0 commit comments