aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:58:39 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:58:39 +0200
commitdab97205da02ff0d3e026c581f2781adc758dfaa (patch)
tree2d12d93431343e4766d5c8fc197bc1bf7c4a2715 /.build.yml
parent984124393cd6c6761d07e46c196163af17379aca (diff)
downloadayatana-indicator-keyboard-dab97205da02ff0d3e026c581f2781adc758dfaa.tar.gz
ayatana-indicator-keyboard-dab97205da02ff0d3e026c581f2781adc758dfaa.tar.bz2
ayatana-indicator-keyboard-dab97205da02ff0d3e026c581f2781adc758dfaa.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 6c201f4a..908aa55c 100644
--- a/.build.yml
+++ b/.build.yml
@@ -75,6 +75,8 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - cd -
+ - rm -Rf libayatana-common-build/
build_scripts:
- if [ ${DISTRO_NAME} == "debian" ];then