diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 17:08:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-25 17:08:10 +0200 |
commit | f7e6c7baa4cecdc6afeab43355dd87b54fd27855 (patch) | |
tree | 4761404eda561d1dc1c22b5a05afac64aff6fa4a | |
parent | 37e12bc92a8561b1fa89104e5e57c64f0270a097 (diff) | |
download | ayatana-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.
-rw-r--r-- | .build.yml | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -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 |