From 9fbdd2373f71efe88c49ddf984758ed561193cfe Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 18 Oct 2021 14:44:02 +0200 Subject: Revert ".build.yml: Also run unit tests during CI builds against Ubuntu." This reverts commit 6c1a8c954e7bdf05d6369647178b9f2d2447c89a. --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index dc8c0d6..203b21e 100644 --- a/.build.yml +++ b/.build.yml @@ -103,7 +103,7 @@ build_scripts: - scan-build $CHECKERS ./configure --prefix=/usr --disable-tests --enable-gtk-doc --enable-compile-warnings=maximum - fi - elif [ -e ./CMakeLists.txt ]; then - - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then + - if [ ${DISTRO_NAME} == "debian" ];then - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_TESTS=ON - else - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON @@ -129,7 +129,7 @@ build_scripts: after_scripts: - if [ ${BUILD_TYPE} == "scripts" ];then - XVFB_RUN="$(which xvfb-run || true)" - - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ];then + - if [ ${DISTRO_NAME} == "debian" ];then - if [ -e ./autogen.sh ]; then - ${XVFB_RUN} make check - elif [ -e ./CMakeLists.txt ]; then -- cgit v1.2.3