aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 17:13:18 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 17:13:18 +0200
commit3e03d9388484d999b5aee07db4c4d47787f58980 (patch)
treeb6419ad9b6841fdde1a2ef1855b80bebf9dae0c5 /.build.yml
parent9ab858c96fe05639e8e9b413c3f4990fa1d4cd93 (diff)
downloadlibayatana-common-3e03d9388484d999b5aee07db4c4d47787f58980.tar.gz
libayatana-common-3e03d9388484d999b5aee07db4c4d47787f58980.tar.bz2
libayatana-common-3e03d9388484d999b5aee07db4c4d47787f58980.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 587f5b6..0186a07 100644
--- a/.build.yml
+++ b/.build.yml
@@ -128,13 +128,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