aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 13:04:17 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 13:04:17 +0200
commit0177abb3df75f201335a75d47fe4d9de63145d7b (patch)
tree7623add028c5aa0a1cca956b0eb8d8f42aaeec2a /.build.yml
parent430f6637ecebbcbd2500c213f17867e51fa32ac0 (diff)
downloadayatana-indicator-notifications-0177abb3df75f201335a75d47fe4d9de63145d7b.tar.gz
ayatana-indicator-notifications-0177abb3df75f201335a75d47fe4d9de63145d7b.tar.bz2
ayatana-indicator-notifications-0177abb3df75f201335a75d47fe4d9de63145d7b.zip
.build.yml: If we ever start having unit tests, run those unit tests in build_scripts: target.
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.build.yml b/.build.yml
index 43d5b85..b90107f 100644
--- a/.build.yml
+++ b/.build.yml
@@ -127,13 +127,9 @@ build_scripts:
- fi
- 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 ./CMakeLists.txt ]; then
-# - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test
-# - 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