summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-10-14 09:45:41 +0200
committerraveit65 <[email protected]>2019-10-14 13:31:14 +0200
commitd4e021b279405fe7a2cc13b13af6aa3e2ed54ea7 (patch)
tree09b5d2403cc2274718b7e8128f2d7586293b74e5
parent2a4e1c90c2184a143d13997b0168f7fb9301f1eb (diff)
downloadmate-control-center-d4e021b279405fe7a2cc13b13af6aa3e2ed54ea7.tar.bz2
mate-control-center-d4e021b279405fe7a2cc13b13af6aa3e2ed54ea7.tar.xz
Travis CI: don't build from tarballs:
mate-desktop, mate-menus and mate-settings-daemon
-rw-r--r--.travis.yml58
1 files changed, 2 insertions, 56 deletions
diff --git a/.travis.yml b/.travis.yml
index 19919ad2..c61c81df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,6 @@ requires:
# Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-control-center
- gcc
- git
- - gobject-introspection
- intltool
- itstool
- libxss
@@ -58,7 +57,6 @@ requires:
- curl
- desktop-file-utils
- git
- - gobject-introspection
- intltool
- libcanberra-gtk3-dev
- libdbus-1-dev
@@ -96,7 +94,6 @@ requires:
- desktop-file-utils
- gcc
- git
- - gobject-introspection-devel
- gtk3-devel
- iso-codes-devel
- itstool
@@ -109,6 +106,8 @@ requires:
- make
- marco-devel
- mate-common
+ - mate-desktop-devel
+ - mate-menus-devel
- mate-settings-daemon-devel
- redhat-rpm-config
- startup-notification-devel
@@ -118,7 +117,6 @@ requires:
- curl
- desktop-file-utils
- git
- - gobject-introspection
- intltool
- libcanberra-gtk3-dev
- libdbus-1-dev
@@ -152,58 +150,6 @@ requires:
variables:
- CFLAGS="-Wall -Werror=format-security"
-before_scripts:
- - cd ${START_DIR}
- - if [ ! -f mate-desktop-1.22.0.tar.xz ];then
- - curl -Ls -o mate-desktop-1.22.0.tar.xz https://github.com/mate-desktop/mate-desktop/releases/download/v1.22.0/mate-desktop-1.22.0.tar.xz
- - fi
- - tar xf mate-desktop-1.22.0.tar.xz
- - cd mate-desktop-1.22.0
- - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu
- - else
- - ./configure --prefix=/usr
- - fi
- - if [ ${TRAVIS} == "false" ]; then
- - make clean
- - fi
- - make
- - make install
-
- - cd ${START_DIR}
- - if [ ! -f mate-menus-1.22.0.tar.xz ];then
- - curl -Ls -o mate-menus-1.22.0.tar.xz https://github.com/mate-desktop/mate-menus/releases/download/v1.22.0/mate-menus-1.22.0.tar.xz
- - fi
- - tar xf mate-menus-1.22.0.tar.xz
- - cd mate-menus-1.22.0
- - 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
-
- - cd ${START_DIR}
- - if [ ! -f mate-settings-daemon-1.22.0.tar.xz ]; then
- - curl -Ls -o mate-settings-daemon-1.22.0.tar.xz https://github.com/mate-desktop/mate-settings-daemon/releases/download/v1.22.0/mate-settings-daemon-1.22.0.tar.xz
- - fi
- - tar xf mate-settings-daemon-1.22.0.tar.xz
- - cd mate-settings-daemon-1.22.0
- - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu
- - else
- - ./configure --prefix=/usr
- - fi
- - if [ ${TRAVIS} == "false" ]; then
- - make clean
- - fi
- - make
- - make install
-
after_scripts:
- make distcheck