diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:16:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:17:33 +0200 |
commit | 7929019e77de554047dee4259e48bf807c63ae4d (patch) | |
tree | bd1030b2bc7b8b26bc26d1ad2d5cc0373b75e7a1 | |
parent | 485360d04463a38e29e8d4f3e056f247bdb26de9 (diff) | |
download | ayatana-indicator-datetime-7929019e77de554047dee4259e48bf807c63ae4d.tar.gz ayatana-indicator-datetime-7929019e77de554047dee4259e48bf807c63ae4d.tar.bz2 ayatana-indicator-datetime-7929019e77de554047dee4259e48bf807c63ae4d.zip |
.build.yml: Remove source code of locally built dependencies after they have been installed.
-rw-r--r-- | .build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |