summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-10-20 13:47:32 +0200
committerPablo Barciela <[email protected]>2019-10-20 14:06:18 +0200
commit48d65e651f081fe1fabed1ac2a159f741f5524ad (patch)
tree8de75bd464e6d744b4f4f46873ad0f6191782e25
parentb0deee713f31a6d0a3d06a219ba85c76e7ca5723 (diff)
downloadmozo-48d65e651f081fe1fabed1ac2a159f741f5524ad.tar.bz2
mozo-48d65e651f081fe1fabed1ac2a159f741f5524ad.tar.xz
Travis CI: don't build mate-menus from git master
-rw-r--r--.travis.yml19
1 files changed, 0 insertions, 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