aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 11:57:30 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 11:57:30 +0200
commitd20a158999eb6617446f6e9c6e5f8b6397231cd6 (patch)
tree930fadbdc5742e70f8a322693b09d522c4be25ea
parent441c558be133bbda4259cadf20f86a1231d614f0 (diff)
downloadayatana-indicator-application-d20a158999eb6617446f6e9c6e5f8b6397231cd6.tar.gz
ayatana-indicator-application-d20a158999eb6617446f6e9c6e5f8b6397231cd6.tar.bz2
ayatana-indicator-application-d20a158999eb6617446f6e9c6e5f8b6397231cd6.zip
.build.yml: Run unit tests in build_scripts: target.
-rw-r--r--.build.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.build.yml b/.build.yml
index 25fd8de..270539c 100644
--- a/.build.yml
+++ b/.build.yml
@@ -166,13 +166,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