summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-10-13 23:24:50 +0200
committerraveit65 <[email protected]>2019-10-14 10:36:54 +0200
commit06ed395a012112cd7f0292bbeb4b65fed39d8f32 (patch)
treec60c42d79d713952a067d72295c507eff9113422
parent1183b76bce130aaac703995689b57f414c370cf3 (diff)
downloadmate-screensaver-06ed395a012112cd7f0292bbeb4b65fed39d8f32.tar.bz2
mate-screensaver-06ed395a012112cd7f0292bbeb4b65fed39d8f32.tar.xz
Travis CI: don't build mate-menus from git master
-rw-r--r--.travis.yml20
1 files changed, 0 insertions, 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