|
|
@ -4,11 +4,11 @@
|
|
|
|
sudo cp ~/jenkins-master/kpluginfactory.h /usr/include/KF5/KCoreAddons
|
|
|
|
sudo cp ~/jenkins-master/kpluginfactory.h /usr/include/KF5/KCoreAddons
|
|
|
|
|
|
|
|
|
|
|
|
cd "$WORKSPACE"
|
|
|
|
cd "$WORKSPACE"
|
|
|
|
wget https://scan.coverity.com/download/linux-64 --no-check-certificate \
|
|
|
|
wget https://scan.coverity.com/download/cxx/linux64 --no-check-certificate \
|
|
|
|
--post-data "token=cyOjQZx5EOFLdhfo7ZDa4Q&project=KDE+Partition+Manager+Core+Library+-+KPMcore" \
|
|
|
|
--post-data "token=cyOjQZx5EOFLdhfo7ZDa4Q&project=KDE+Partition+Manager+Core+Library+-+KPMcore" \
|
|
|
|
-O coverity_tool.tgz
|
|
|
|
-O coverity_tool.tar.gz
|
|
|
|
mkdir "$WORKSPACE/coveritytool"
|
|
|
|
mkdir "$WORKSPACE/coveritytool"
|
|
|
|
tar xvf coverity_tool.tgz -C "$WORKSPACE/coveritytool" --strip-components 1
|
|
|
|
tar xvf coverity_tool.tar.gz -C "$WORKSPACE/coveritytool" --strip-components 1
|
|
|
|
export PATH="$WORKSPACE/coveritytool/bin:$PATH"
|
|
|
|
export PATH="$WORKSPACE/coveritytool/bin:$PATH"
|
|
|
|
|
|
|
|
|
|
|
|
rm -Rf "$WORKSPACE/build"
|
|
|
|
rm -Rf "$WORKSPACE/build"
|
|
|
|