diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-04 16:57:09 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-04 16:57:09 +0200 |
commit | 9c9a8d66f4c0079d56f240d814c95d9e66a5111d (patch) | |
tree | 464da3531a1e44811e2e2bbd3f03c30725dac063 | |
parent | 907e80ee3ed3037c42e2e47e8db6b59b17359299 (diff) | |
download | ayatana-indicator-notifications-9c9a8d66f4c0079d56f240d814c95d9e66a5111d.tar.gz ayatana-indicator-notifications-9c9a8d66f4c0079d56f240d814c95d9e66a5111d.tar.bz2 ayatana-indicator-notifications-9c9a8d66f4c0079d56f240d814c95d9e66a5111d.zip |
Travis CI: Disable unit test runs (none present).
-rw-r--r-- | .build.yml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -106,14 +106,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 |