summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 0 insertions, 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