aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:13:14 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:13:14 +0200
commit6eec5b59d238fa1409e84c1d2bc7ce19fe30b968 (patch)
tree2ef8e0172a117d590105b06141b03c5b22f16b7c
parentfd4b4925f9733ef58cd51cea1be01e5b5dedfcfb (diff)
downloadayatana-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.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.build.yml b/.build.yml
index f6a3567..acd3c25 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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