diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 11:57:30 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 11:57:30 +0200 |
commit | d20a158999eb6617446f6e9c6e5f8b6397231cd6 (patch) | |
tree | 930fadbdc5742e70f8a322693b09d522c4be25ea | |
parent | 441c558be133bbda4259cadf20f86a1231d614f0 (diff) | |
download | ayatana-indicator-application-d20a158999eb6617446f6e9c6e5f8b6397231cd6.tar.gz ayatana-indicator-application-d20a158999eb6617446f6e9c6e5f8b6397231cd6.tar.bz2 ayatana-indicator-application-d20a158999eb6617446f6e9c6e5f8b6397231cd6.zip |
.build.yml: Run unit tests in build_scripts: target.
-rw-r--r-- | .build.yml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -166,13 +166,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" ];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" ];then + - if [ -e ./CMakeLists.txt ]; then + - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test - fi - fi |