aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 12:54:27 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 17:01:18 +0200
commitf670d1cda5bf960e1e1e50d37f640474cd2b7631 (patch)
tree2f27f0acc54b419fc5cfb4299ab886984d373def
parente7872e7dbf28f7c15ea6b9281dc5e2c7fda16dec (diff)
downloadayatana-indicator-display-f670d1cda5bf960e1e1e50d37f640474cd2b7631.tar.gz
ayatana-indicator-display-f670d1cda5bf960e1e1e50d37f640474cd2b7631.tar.bz2
ayatana-indicator-display-f670d1cda5bf960e1e1e50d37f640474cd2b7631.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 d9b5644..527efa8 100644
--- a/.build.yml
+++ b/.build.yml
@@ -163,13 +163,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