diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 17:10:46 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 17:10:46 +0200 |
commit | d0b60b630e4f37a9bbe260c2eb8591d24450a857 (patch) | |
tree | 8dc5f203f8706f1a7848234ae4497ec6227a724c /.build.yml | |
parent | 92b4022a80aa68a9d7bd663b5718b832cef58c91 (diff) | |
download | ayatana-indicator-sound-d0b60b630e4f37a9bbe260c2eb8591d24450a857.tar.gz ayatana-indicator-sound-d0b60b630e4f37a9bbe260c2eb8591d24450a857.tar.bz2 ayatana-indicator-sound-d0b60b630e4f37a9bbe260c2eb8591d24450a857.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
@@ -198,13 +198,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 |