mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Merge pull request #44 from romainneutron/Travis
Build extension, do not change folder
This commit is contained in:
@@ -9,8 +9,7 @@ before_script:
|
|||||||
- mysql -e 'create database ab_test;create database db_test;'
|
- mysql -e 'create database ab_test;create database db_test;'
|
||||||
- mysql -e "source `pwd`/hudson/fixtures.sql"
|
- mysql -e "source `pwd`/hudson/fixtures.sql"
|
||||||
- git clone git://github.com/alchemy-fr/Phraseanet-Extension.git
|
- git clone git://github.com/alchemy-fr/Phraseanet-Extension.git
|
||||||
- cd Phraseanet-Extension
|
- sh - c "cd Phraseanet-Extension && ./configure && make -j && sudo make install"
|
||||||
- ./configure && make -j && sudo make install
|
|
||||||
- echo "extension=phrasea2.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
- echo "extension=phrasea2.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
|
||||||
- wget http://www.swftools.org/swftools-0.9.1.tar.gz
|
- 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"
|
- sh -c "tar xzvf swftools-0.9.1.tar.gz && cd swftools-0.9.1 && ./configure && make && sudo make install"
|
||||||
|
Reference in New Issue
Block a user