From 8594dfb841308684b398bf2ff57ae60593c72001 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 19 Oct 2019 15:16:11 +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 ed0338f..0edc210 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,11 +90,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 @@ -113,8 +111,6 @@ requires: - git - gtk3-devel - gupnp-devel - - libSM-devel #for caja build - - libnotify-devel # for caja build - make - mate-common - mate-desktop-devel @@ -128,11 +124,9 @@ requires: - libdbus-1-dev - libdbus-glib-1-dev - libdconf-dev - - libgail-3-dev # for caja build - libgtk-3-dev - libgupnp-1.2-dev - libmate-desktop-dev - - libnotify-dev # for caja build - libstartup-notification0-dev - make - mate-common @@ -157,24 +151,6 @@ variables: -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' -before_scripts: - - cd ${START_DIR} - - if [ ! -f caja-1.22.0.tar.xz ];then - - curl -Ls -o caja-1.22.0.tar.xz http://pub.mate-desktop.org/releases/1.22/caja-1.22.0.tar.xz - - fi - - tar xf caja-1.22.0.tar.xz - - cd caja-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 - build_scripts: - ./autogen.sh - scan-build $CHECKERS ./configure -- cgit v1.2.1