From 4ab61fedaac29660f1d000b6b93c92953204f325 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 19 Oct 2019 15:18:01 +0200 Subject: Travis CI: don't build caja from tarball --- .travis.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea22624..155f397 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,11 +59,9 @@ requires: - libdbus-1-dev - libdbus-glib-1-dev - libdconf-dev - - libgail-3-dev # for caja build - libgtk-3-dev - libgupnp-1.0-dev - libmate-desktop-dev - - libnotify-dev # for caja build - libstartup-notification0-dev - make - mate-common @@ -79,8 +77,6 @@ requires: - git - gtk3-devel - gupnp-devel - - libSM-devel #for caja build - - libnotify-devel # for caja build - make - mate-common - mate-desktop-devel @@ -92,11 +88,9 @@ requires: - libdbus-1-dev - libdbus-glib-1-dev - libdconf-dev - - libgail-3-dev # for caja build - libgtk-3-dev - libgupnp-1.0-dev - libmate-desktop-dev - - libnotify-dev # for caja build - libstartup-notification0-dev - make - mate-common @@ -105,24 +99,6 @@ requires: variables: - CFLAGS="-Wall -Werror=format-security" -before_scripts: - - cd ${START_DIR} - - if [ ! -f caja-1.21.4.tar.xz ];then - - curl -Ls -o caja-1.21.4.tar.xz http://pub.mate-desktop.org/releases/1.21/caja-1.21.4.tar.xz - - fi - - tar xf caja-1.21.4.tar.xz - - cd caja-1.21.4 - - 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 -- cgit v1.2.1