aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 13:00:56 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 13:00:56 +0200
commit2ac31d4a774aef3fe60199c49ba4ae7e1fc84da5 (patch)
tree4f2a513beaaf4bc57cb68ef782f318d3017072f9 /.build.yml
parentb8b4dbc918ca037f7cfadedc39e0557a10938a0b (diff)
downloadayatana-indicator-messages-2ac31d4a774aef3fe60199c49ba4ae7e1fc84da5.tar.gz
ayatana-indicator-messages-2ac31d4a774aef3fe60199c49ba4ae7e1fc84da5.tar.bz2
ayatana-indicator-messages-2ac31d4a774aef3fe60199c49ba4ae7e1fc84da5.zip
.build.yml: Run 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 5f840bd..faac85a 100644
--- a/.build.yml
+++ b/.build.yml
@@ -116,13 +116,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" ] || [ ${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