diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 11:59:13 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:05:25 +0200 |
commit | fd4b4925f9733ef58cd51cea1be01e5b5dedfcfb (patch) | |
tree | 6bcfe4586ffa561d3d996e563186d9d6eac053dc | |
parent | d20a158999eb6617446f6e9c6e5f8b6397231cd6 (diff) | |
download | ayatana-indicator-application-fd4b4925f9733ef58cd51cea1be01e5b5dedfcfb.tar.gz ayatana-indicator-application-fd4b4925f9733ef58cd51cea1be01e5b5dedfcfb.tar.bz2 ayatana-indicator-application-fd4b4925f9733ef58cd51cea1be01e5b5dedfcfb.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
@@ -118,6 +118,8 @@ before_scripts: - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install + - cd - + - rm -Rf ayatana-ido-build/ - - cd ${START_DIR} - if [ ! -d libayatana-indicator-build ]; then @@ -127,6 +129,8 @@ before_scripts: - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install + - cd - + - rm -Rf libayatana-indicator-build/ - - cd ${START_DIR} - if [ ! -d libayatana-appindicator-build ]; then @@ -136,6 +140,7 @@ before_scripts: - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install + - rm -Rf libayatana-appindicator-build/ build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then |