diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:13:14 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:13:14 +0200 |
commit | 6eec5b59d238fa1409e84c1d2bc7ce19fe30b968 (patch) | |
tree | 2ef8e0172a117d590105b06141b03c5b22f16b7c | |
parent | fd4b4925f9733ef58cd51cea1be01e5b5dedfcfb (diff) | |
download | ayatana-indicator-application-6eec5b59d238fa1409e84c1d2bc7ce19fe30b968.tar.gz ayatana-indicator-application-6eec5b59d238fa1409e84c1d2bc7ce19fe30b968.tar.bz2 ayatana-indicator-application-6eec5b59d238fa1409e84c1d2bc7ce19fe30b968.zip |
.build.yml: Comment out running unit tests (no tests in project).
-rw-r--r-- | .build.yml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -171,9 +171,9 @@ build_scripts: - fi - scan-build $CHECKERS --keep-cc -o html-report make - fi - - XVFB_RUN="$(which xvfb-run || true)" - - if [ ${DISTRO_NAME} == "debian" ];then - - if [ -e ./CMakeLists.txt ]; then - - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test - - fi - - fi +# - XVFB_RUN="$(which xvfb-run || true)" +# - if [ ${DISTRO_NAME} == "debian" ];then +# - if [ -e ./CMakeLists.txt ]; then +# - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test +# - fi +# - fi |