aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:16:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:17:33 +0200
commit7929019e77de554047dee4259e48bf807c63ae4d (patch)
treebd1030b2bc7b8b26bc26d1ad2d5cc0373b75e7a1 /.build.yml
parent485360d04463a38e29e8d4f3e056f247bdb26de9 (diff)
downloadayatana-indicator-datetime-7929019e77de554047dee4259e48bf807c63ae4d.tar.gz
ayatana-indicator-datetime-7929019e77de554047dee4259e48bf807c63ae4d.tar.bz2
ayatana-indicator-datetime-7929019e77de554047dee4259e48bf807c63ae4d.zip
.build.yml: Remove source code of locally built dependencies after they have been installed.
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index eae536f..b9d69a5 100644
--- a/.build.yml
+++ b/.build.yml
@@ -174,6 +174,9 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - cd -
+ - rm -Rf libayatana-common-build/
+ -
- cd ${START_DIR}
- if [ ! -d ayatana-indicator-messages-build ]; then
- git clone --depth 1 https://github.com/AyatanaIndicators/ayatana-indicator-messages.git ayatana-indicator-messages-build
@@ -182,6 +185,8 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - cd -
+ - rm -Rf ayatana-indicator-messages-build/
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then