diff options
author | Pablo Barciela <[email protected]> | 2019-10-19 15:18:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-19 21:07:52 +0200 |
commit | 4ab61fedaac29660f1d000b6b93c92953204f325 (patch) | |
tree | cd7146978431e3d6b4cd4ef0965f71434d7d19a6 | |
parent | 453840f6e4330adaefe93f5cf68e52fc0f454817 (diff) | |
download | caja-extensions-4ab61fedaac29660f1d000b6b93c92953204f325.tar.bz2 caja-extensions-4ab61fedaac29660f1d000b6b93c92953204f325.tar.xz |
Travis CI: don't build caja from tarball
-rw-r--r-- | .travis.yml | 24 |
1 files changed, 0 insertions, 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 |