aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 17:08:34 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 17:08:34 +0200
commit50eab4896d15db5c454b31a24f5fb62a0a8e44aa (patch)
treefe40b961435503d621c15f58397fcdda77aae6af /.build.yml
parentf7e6c7baa4cecdc6afeab43355dd87b54fd27855 (diff)
downloadayatana-indicator-session-50eab4896d15db5c454b31a24f5fb62a0a8e44aa.tar.gz
ayatana-indicator-session-50eab4896d15db5c454b31a24f5fb62a0a8e44aa.tar.bz2
ayatana-indicator-session-50eab4896d15db5c454b31a24f5fb62a0a8e44aa.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 be44f4c..73d0684 100644
--- a/.build.yml
+++ b/.build.yml
@@ -100,6 +100,8 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - cd -
+ - rm -Rf libayatana-common-build/
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then