diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-10 21:44:35 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-10 21:44:35 +0200 |
commit | 1fec6e452fd390a60fb6404d48392b9c051dcae7 (patch) | |
tree | 2abff35eb571047d9e61a50ae7a1ff7b5ae5a748 /.build.yml | |
parent | b4ffaeb6b6f5b6c82431c57c943a823f06b0ea68 (diff) | |
download | ayatana-indicator-sound-1fec6e452fd390a60fb6404d48392b9c051dcae7.tar.gz ayatana-indicator-sound-1fec6e452fd390a60fb6404d48392b9c051dcae7.tar.bz2 ayatana-indicator-sound-1fec6e452fd390a60fb6404d48392b9c051dcae7.zip |
.build.yml: Re-enable commented-out unit tests.
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -221,14 +221,14 @@ build_scripts: - 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 ./autogen.sh ]; then -# - ${XVFB_RUN} make check -# - elif [ -e ./CMakeLists.txt ]; then -# - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test -# - fi -# - fi -# - fi +after_scripts: + - if [ ${BUILD_TYPE} == "scripts" ];then + - XVFB_RUN="$(which xvfb-run || true)" + - if [ ${DISTRO_NAME} == "debian" ];then + - if [ -e ./autogen.sh ]; then + - ${XVFB_RUN} make check + - elif [ -e ./CMakeLists.txt ]; then + - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test + - fi + - fi + - fi |