diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:15:55 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 12:15:55 +0200 |
commit | 485360d04463a38e29e8d4f3e056f247bdb26de9 (patch) | |
tree | e97760c59e3e0a2d1f40e15e91f6799e63ef3ba9 | |
parent | fd1d99c04589091b1f6efa5673e79d4e2335873e (diff) | |
download | ayatana-indicator-datetime-485360d04463a38e29e8d4f3e056f247bdb26de9.tar.gz ayatana-indicator-datetime-485360d04463a38e29e8d4f3e056f247bdb26de9.tar.bz2 ayatana-indicator-datetime-485360d04463a38e29e8d4f3e056f247bdb26de9.zip |
.build.yml: Run unit tests in build_scripts: target.
-rw-r--r-- | .build.yml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -212,13 +212,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} make test - - fi + - XVFB_RUN="$(which xvfb-run || true)" + - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then + - if [ -e ./CMakeLists.txt ]; then + - ${XVFB_RUN} make test - fi - fi |