From 48d65e651f081fe1fabed1ac2a159f741f5524ad Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 20 Oct 2019 13:47:32 +0200 Subject: Travis CI: don't build mate-menus from git master --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index d256886..0ed3124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,6 @@ requires: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mozo - gcc - git - - gobject-introspection - gtk3 - intltool - make @@ -56,7 +55,6 @@ requires: - autopoint - gettext - git - - gobject-introspection - intltool - libmate-menu-dev - make @@ -82,7 +80,6 @@ requires: - autopoint - gettext - git - - gobject-introspection - intltool - libmate-menu-dev - make @@ -94,22 +91,6 @@ requires: variables: - CFLAGS="-Wall -Werror=format-security" -before_scripts: - - if [ ! -d mate-menus-build ]; then - - git clone --depth 1 https://github.com/mate-desktop/mate-menus.git mate-menus-build - - fi - - cd mate-menus-build - - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - - ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu - - else - - ./autogen.sh --prefix=/usr - - fi - - if [ ${TRAVIS} == "false" ]; then - - make clean - - fi - - make - - make install - build_scripts: - ./autogen.sh - ./configure -- cgit v1.2.1