aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:05:58 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-26 11:28:37 +0200
commit0472b402e33ae5737f63c3e983c7a69f7f2277f3 (patch)
tree6e28e9f626d2494b72085a565f6bab80c9dfac61 /.build.yml
parenta300ef3b4371234ce8a45e46be96d16fcb9b5f36 (diff)
downloadayatana-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.
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 9130aec..c7de24e 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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.