aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 11:59:13 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:05:25 +0200
commitfd4b4925f9733ef58cd51cea1be01e5b5dedfcfb (patch)
tree6bcfe4586ffa561d3d996e563186d9d6eac053dc
parentd20a158999eb6617446f6e9c6e5f8b6397231cd6 (diff)
downloadayatana-indicator-application-fd4b4925f9733ef58cd51cea1be01e5b5dedfcfb.tar.gz
ayatana-indicator-application-fd4b4925f9733ef58cd51cea1be01e5b5dedfcfb.tar.bz2
ayatana-indicator-application-fd4b4925f9733ef58cd51cea1be01e5b5dedfcfb.zip
.build.yml: Remove source code of locally built dependencies after they have been installed.
-rw-r--r--.build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 270539c..f6a3567 100644
--- a/.build.yml
+++ b/.build.yml
@@ -118,6 +118,8 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - cd -
+ - rm -Rf ayatana-ido-build/
-
- cd ${START_DIR}
- if [ ! -d libayatana-indicator-build ]; then
@@ -127,6 +129,8 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - cd -
+ - rm -Rf libayatana-indicator-build/
-
- cd ${START_DIR}
- if [ ! -d libayatana-appindicator-build ]; then
@@ -136,6 +140,7 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - rm -Rf libayatana-appindicator-build/
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then