diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:54:27 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 17:01:18 +0200 |
commit | f670d1cda5bf960e1e1e50d37f640474cd2b7631 (patch) | |
tree | 2f27f0acc54b419fc5cfb4299ab886984d373def /.build.yml | |
parent | e7872e7dbf28f7c15ea6b9281dc5e2c7fda16dec (diff) | |
download | ayatana-indicator-display-f670d1cda5bf960e1e1e50d37f640474cd2b7631.tar.gz ayatana-indicator-display-f670d1cda5bf960e1e1e50d37f640474cd2b7631.tar.bz2 ayatana-indicator-display-f670d1cda5bf960e1e1e50d37f640474cd2b7631.zip |
.build.yml: Run unit tests in build_scripts: target.
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -163,13 +163,9 @@ build_scripts: - fi - scan-build $CHECKERS --keep-cc -o html-report make - fi - -after_scripts: - - if [ ${BUILD_TYPE} == "scripts" ];then - - XVFB_RUN="$(which xvfb-run || true)" - - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then - - if [ -e ./CMakeLists.txt ]; then - - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test - - fi + - XVFB_RUN="$(which xvfb-run || true)" + - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then + - if [ -e ./CMakeLists.txt ]; then + - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test - fi - fi |