From d34e8050d84cc3c4347fc7bc8f6a3d72a0ef0d46 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 24 Oct 2021 20:58:33 +0200 Subject: .build.yml: Drop local builds of ayatana-ido and libayatana-indicator. They confuse cppcheck. --- .build.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3