From 9ab858c96fe05639e8e9b413c3f4990fa1d4cd93 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 25 Oct 2021 17:12:58 +0200 Subject: .build.yml: Drop autogen.sh support. --- .build.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 373f948..587f5b6 100644 --- a/.build.yml +++ b/.build.yml @@ -12,8 +12,6 @@ requires: - which - cmake - cmake-extras - - mate-common - - cmake - intltool - glib2 - systemd @@ -30,7 +28,6 @@ requires: - git - cmake - cmake-extras - - mate-common - libglib2.0-dev - liblomiri-url-dispatcher-dev - libgtest-dev @@ -41,7 +38,6 @@ requires: debian:stable: # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-ido - - autopoint - clang - clang-tools - g++ @@ -49,7 +45,6 @@ requires: - git - cmake - cmake-extras - - mate-common - libglib2.0-dev - libgtest-dev - systemd @@ -58,14 +53,12 @@ requires: - valac ubuntu: - - autopoint - clang - clang-tools - g++ - git - cmake - cmake-extras - - mate-common - libglib2.0-dev - liblomiri-url-dispatcher-dev - libgtest-dev @@ -75,14 +68,12 @@ requires: - valac ubuntu:focal: - - autopoint - clang - clang-tools - g++ - git - cmake - cmake-extras - - mate-common - libglib2.0-dev - libgtest-dev - systemd @@ -114,10 +105,7 @@ build_scripts: - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - fi - - - if [ -e ./autogen.sh ]; then - - NOCONFIGURE=1 ./autogen.sh - - scan-build $CHECKERS ./configure --prefix=/usr --enable-gtk-doc --enable-compile-warnings=maximum - - elif [ -e ./CMakeLists.txt ]; then + - if [ -e ./CMakeLists.txt ]; then - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then - scan-build $CHECKERS cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_TESTS=ON -DENABLE_WERROR=ON - else @@ -145,9 +133,7 @@ after_scripts: - if [ ${BUILD_TYPE} == "scripts" ];then - XVFB_RUN="$(which xvfb-run || true)" - if [ ${DISTRO_NAME} == "debian" ] || [ ${DISTRO_NAME} == "ubuntu" ]; then - - if [ -e ./autogen.sh ]; then - - ${XVFB_RUN} make check - - elif [ -e ./CMakeLists.txt ]; then + - if [ -e ./CMakeLists.txt ]; then - ${XVFB_RUN} env CTEST_OUTPUT_ON_FAILURE=1 make test - fi - fi -- cgit v1.2.3