From 111af8399571f335189122b3d2b37f7ba0e12070 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 27 Apr 2012 02:55:57 +0200 Subject: [PATCH] Build extension, do not change folder --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3a1246cd8..510648aff7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,7 @@ before_script: - mysql -e 'create database ab_test;create database db_test;' - mysql -e "source `pwd`/hudson/fixtures.sql" - git clone git://github.com/alchemy-fr/Phraseanet-Extension.git - - cd Phraseanet-Extension - - ./configure && make -j && sudo make install + - sh - c "cd Phraseanet-Extension && ./configure && make -j && sudo make install" - echo "extension=phrasea2.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - wget http://www.swftools.org/swftools-0.9.1.tar.gz - sh -c "tar xzvf swftools-0.9.1.tar.gz && cd swftools-0.9.1 && ./configure && make && sudo make install"