diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-24 20:58:33 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-24 20:59:16 +0200 |
commit | d34e8050d84cc3c4347fc7bc8f6a3d72a0ef0d46 (patch) | |
tree | 12e52373f91015fd59ce753055c4aec5a37bff68 | |
parent | 3a6def59f9b9862a9bbb1be4e234d33be778cbbf (diff) | |
download | libayatana-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.yml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |