From 06ed395a012112cd7f0292bbeb4b65fed39d8f32 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 13 Oct 2019 23:24:50 +0200 Subject: Travis CI: don't build mate-menus from git master --- .travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8fcf62d..5ffdd59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,6 @@ requires: # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-screensaver - gcc - git - - gobject-introspection # for mate-menus - intltool - libmatekbd - libnotify @@ -57,7 +56,6 @@ requires: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-screensaver - git - - gobject-introspection - intltool - libdbus-glib-1-dev - libdconf-dev @@ -88,7 +86,6 @@ requires: - desktop-file-utils - gcc - git - - gobject-introspection-devel - gtk3-devel - libX11-devel - libXScrnSaver-devel @@ -112,7 +109,6 @@ requires: ubuntu: - git - - gobject-introspection - intltool - libdbus-glib-1-dev - libdconf-dev @@ -146,22 +142,6 @@ before_scripts: - bash ./debian.sh - fi - - cd ${START_DIR} - - 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 - after_scripts: - make distcheck -- cgit v1.2.1