aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-24 20:58:33 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-24 20:59:16 +0200
commitd34e8050d84cc3c4347fc7bc8f6a3d72a0ef0d46 (patch)
tree12e52373f91015fd59ce753055c4aec5a37bff68
parent3a6def59f9b9862a9bbb1be4e234d33be778cbbf (diff)
downloadlibayatana-appindicator-d34e8050d84cc3c4347fc7bc8f6a3d72a0ef0d46.tar.gz
libayatana-appindicator-d34e8050d84cc3c4347fc7bc8f6a3d72a0ef0d46.tar.bz2
libayatana-appindicator-d34e8050d84cc3c4347fc7bc8f6a3d72a0ef0d46.zip
.build.yml: Drop local builds of ayatana-ido and libayatana-indicator. They confuse cppcheck.
-rw-r--r--.build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 4bbb5e2..d95d18b 100644
--- a/.build.yml
+++ b/.build.yml
@@ -115,6 +115,8 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - cd ../
+ - rm -Rf ayatana-ido-build/
-
- cd ${START_DIR}
- if [ ! -d libayatana-indicator-build ]; then
@@ -133,6 +135,8 @@ before_scripts:
- make
- make install
- cd -
+ - cd ../
+ - rm -Rf libayatana-indicator-build/
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then