We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0999f0a commit 9ee3d59Copy full SHA for 9ee3d59
tests/travis/script.sh
@@ -4,9 +4,10 @@ gcc --version
4
g++ --version
5
6
# Download and unzip the sonarcloud build wrapper
7
+cd $CI_PROJECT_DIR
8
curl -LsS https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip > build-wrapper-linux-x86.zip
9
unzip build-wrapper-linux-x86.zip
-export SONARCLOUD_DIR=$PWD/build-wrapper-linux-x86
10
+export SONARCLOUD_DIR=$CI_PROJECT_DIR/build-wrapper-linux-x86
11
12
export CI_PROJECT_DIR=/pdalc
13
export CI_PROJECT_NAME=pdal-c
0 commit comments