aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-26 09:43:32 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-26 09:43:32 +0200
commite43c2098e23b5200d00c08af9691c9c4bb27e864 (patch)
tree095288d2a58de9b96288038532ddca654acf26be /.build.yml
parent7839b52acfbdcbe0454e211d2eca2cd6fbcf96fa (diff)
downloadlibayatana-indicator-e43c2098e23b5200d00c08af9691c9c4bb27e864.tar.gz
libayatana-indicator-e43c2098e23b5200d00c08af9691c9c4bb27e864.tar.bz2
libayatana-indicator-e43c2098e23b5200d00c08af9691c9c4bb27e864.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 05e8e8e..1bd20d9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -92,6 +92,8 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - cd -
+ - rm -Rf ayatana-ido-build/
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then