diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-04 14:53:13 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-04 14:53:13 +0200 |
commit | 6c287023d38cde6237508f5b1da23a3c544a1aeb (patch) | |
tree | 29e724324557a5217139f44bbac67ba8d0bd3755 | |
parent | b3a39588f16c6a95325ed983ae0ada5201dae82d (diff) | |
download | ayatana-indicator-bluetooth-6c287023d38cde6237508f5b1da23a3c544a1aeb.tar.gz ayatana-indicator-bluetooth-6c287023d38cde6237508f5b1da23a3c544a1aeb.tar.bz2 ayatana-indicator-bluetooth-6c287023d38cde6237508f5b1da23a3c544a1aeb.zip |
Travis CI: Disable unit test runs (none present).
-rw-r--r-- | .build.yml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -140,14 +140,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 |