add debug line to travis

This commit is contained in:
Romain Neutron
2012-09-28 19:28:41 +02:00
parent 2e3ce163e4
commit 6fa1225bc2

View File

@@ -17,7 +17,7 @@ before_script:
- mysql -e "source `pwd`/hudson/fixtures.sql" - mysql -e "source `pwd`/hudson/fixtures.sql"
- mysql -e 'SET GLOBAL time_zone = "+02:00";' - mysql -e 'SET GLOBAL time_zone = "+02:00";'
- mysql -e 'SET @@global.sql_mode= "";' - mysql -e 'SET @@global.sql_mode= "";'
- echo "date.timezone = Europe/Paris" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - echo "date.timezone = Europe/Berlin" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- git clone git://github.com/alchemy-fr/Phraseanet-Extension.git - git clone git://github.com/alchemy-fr/Phraseanet-Extension.git
- sh -c "cd Phraseanet-Extension && ./configure && make && sudo make install" - sh -c "cd Phraseanet-Extension && ./configure && make && 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*||"`
@@ -25,6 +25,7 @@ before_script:
- tar -xzf gmagick-1.1.0RC2.tgz - tar -xzf gmagick-1.1.0RC2.tgz
- sh -c "cd gmagick-1.1.0RC2 && phpize && ./configure --with-gmagick=/usr/local && make && sudo make install" - sh -c "cd gmagick-1.1.0RC2 && phpize && ./configure --with-gmagick=/usr/local && make && sudo make install"
- echo "extension=gmagick.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - echo "extension=gmagick.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- php -r "var_dump(ini_get('date.timezone'));"
notifications: notifications:
irc: irc: