aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-10 21:44:35 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-10 21:44:35 +0200
commit1fec6e452fd390a60fb6404d48392b9c051dcae7 (patch)
tree2abff35eb571047d9e61a50ae7a1ff7b5ae5a748 /.build.yml
parentb4ffaeb6b6f5b6c82431c57c943a823f06b0ea68 (diff)
downloadayatana-indicator-sound-1fec6e452fd390a60fb6404d48392b9c051dcae7.tar.gz
ayatana-indicator-sound-1fec6e452fd390a60fb6404d48392b9c051dcae7.tar.bz2
ayatana-indicator-sound-1fec6e452fd390a60fb6404d48392b9c051dcae7.zip
.build.yml: Re-enable commented-out unit tests.
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.build.yml b/.build.yml
index 1ca40ca..adbfac0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -221,14 +221,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