Jenkins:在 Sonarqube 的 cfamily 分析中需要帮助

问题描述 投票:0回答:0
+ cd /home/workspace/
+ curl -O https://<link>/static/cpp/build-wrapper-linux-x86.zip
+ unzip build-wrapper-linux-x86.zip
+ cd /home/workspace/build-wrapper-linux-x86/
+ ls -l
  total 2056
  -rwxr-xr-x 1 root root 2017936 Jun 15  2022 build-wrapper-linux-x86-64
  -rwxr-xr-x 1 root root   28648 Jun 15  2022 libinterceptor-haswell.so
  -rwxr-xr-x 1 root root   26604 Jun 15  2022 libinterceptor-i686.so
  -rwxr-xr-x 1 root root   28648 Jun 15  2022 libinterceptor-x86_64.so
+ /home/workspace/build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir /home/workspace/ make clean all
  make: *** No rule to make target 'clean'.  Stop.
  script returned exit code 2

有人可以帮助我吗,我也是 linux 的新手。 我还提到了这份文件https://docs.sonarqube.org/latest/analyzing-source-code/languages/c-family/

请让我知道我做错了什么......

linux jenkins makefile
© www.soinside.com 2019 - 2024. All rights reserved.