aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 17:08:10 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-25 17:08:10 +0200
commitf7e6c7baa4cecdc6afeab43355dd87b54fd27855 (patch)
tree4761404eda561d1dc1c22b5a05afac64aff6fa4a /.build.yml
parent37e12bc92a8561b1fa89104e5e57c64f0270a097 (diff)
downloadayatana-indicator-session-f7e6c7baa4cecdc6afeab43355dd87b54fd27855.tar.gz
ayatana-indicator-session-f7e6c7baa4cecdc6afeab43355dd87b54fd27855.tar.bz2
ayatana-indicator-session-f7e6c7baa4cecdc6afeab43355dd87b54fd27855.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 e6cb0d1..be44f4c 100644
--- a/.build.yml
+++ b/.build.yml
@@ -130,13 +130,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