aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
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