diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 9f0506e1..7d449612 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -23,7 +23,7 @@ definitions: - curl --create-dirs -sSLo $HOME/.sonar/build-wrapper-linux-x86.zip https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip - unzip -o $HOME/.sonar/sonar/build-wrapper-linux-x86.zip -d $HOME/.sonar/ - export PATH=$HOME/.sonar/sonar/build-wrapper-linux-x86:$PATH - - build-wrapper-linux-x86-64 --out-dir $BW_OUTPUT + - build-wrapper-linux-x86-64 --out-dir $BW_OUTPUT make clean all - sonar-scanner -Dsonar.cfamily.build-wrapper-output=$BW_OUTPUT pipelines: # More info here: https://confluence.atlassian.com/bitbucket/configure-bitbucket-pipelines-yml-792298910.html