diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:05:58 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-26 11:28:37 +0200 |
commit | 0472b402e33ae5737f63c3e983c7a69f7f2277f3 (patch) | |
tree | 6e28e9f626d2494b72085a565f6bab80c9dfac61 | |
parent | a300ef3b4371234ce8a45e46be96d16fcb9b5f36 (diff) | |
download | ayatana-indicator-bluetooth-0472b402e33ae5737f63c3e983c7a69f7f2277f3.tar.gz ayatana-indicator-bluetooth-0472b402e33ae5737f63c3e983c7a69f7f2277f3.tar.bz2 ayatana-indicator-bluetooth-0472b402e33ae5737f63c3e983c7a69f7f2277f3.zip |
.build.yml: Remove source code of locally built dependency after it has been installed.
-rw-r--r-- | .build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ before_scripts: - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install + - cd - + - rm -Rf libayatana-common-build/ build_scripts: # No C/C++ code in this project (only Vala). So skip cppcheck run. |