aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 17:10:46 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 17:10:46 +0200
commitd0b60b630e4f37a9bbe260c2eb8591d24450a857 (patch)
tree8dc5f203f8706f1a7848234ae4497ec6227a724c /.build.yml
parent92b4022a80aa68a9d7bd663b5718b832cef58c91 (diff)
downloadayatana-indicator-sound-d0b60b630e4f37a9bbe260c2eb8591d24450a857.tar.gz
ayatana-indicator-sound-d0b60b630e4f37a9bbe260c2eb8591d24450a857.tar.bz2
ayatana-indicator-sound-d0b60b630e4f37a9bbe260c2eb8591d24450a857.zip
.build.yml: Run unit tests in build_scripts: target.
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/.build.yml b/.build.yml
index c662b4e..b6a64e1 100644
--- a/.build.yml
+++ b/.build.yml
@@ -198,13 +198,10 @@ 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" ] || [ ${DISTRO_NAME} == "ubuntu" ];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" ] || [ ${DISTRO_NAME} == "ubuntu" ];then
+ - if [ -e ./CMakeLists.txt ]; then
+ - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test
- fi
- fi