From 892aaf8e4873c0b2c0402499e46da74d986b2995 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 25 Oct 2021 17:11:08 +0200 Subject: .build.yml: Remove source code of locally built dependency after it has been installed. --- .build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index b6a64e1..3eb99eb 100644 --- a/.build.yml +++ b/.build.yml @@ -168,6 +168,8 @@ before_scripts: - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install + - cd - + - rm -Rf libayatana-common-build/ build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then -- cgit v1.2.3