From 7929019e77de554047dee4259e48bf807c63ae4d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 25 Oct 2021 12:16:55 +0200 Subject: .build.yml: Remove source code of locally built dependencies after they have been installed. --- .build.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.build.yml') 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 -- cgit v1.2.3