diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 13:18:20 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 13:18:58 +0200 |
commit | 8c3fd3809c6f25b9e6b68d8a6d69af5eba85e9bf (patch) | |
tree | 169dc55be7678945e2f82cee187a07962470b58f /.build.yml | |
parent | de7348d23cdc4f14a9a0077113aaea73f0695047 (diff) | |
download | ayatana-indicator-power-8c3fd3809c6f25b9e6b68d8a6d69af5eba85e9bf.tar.gz ayatana-indicator-power-8c3fd3809c6f25b9e6b68d8a6d69af5eba85e9bf.tar.bz2 ayatana-indicator-power-8c3fd3809c6f25b9e6b68d8a6d69af5eba85e9bf.zip |
.build.yml: Run unit tests in build_scripts: target.
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -147,13 +147,10 @@ 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 |