Qual: Include migration script into continuous integration.

This commit is contained in:
Laurent Destailleur 2014-01-15 20:33:40 +01:00
parent 38a7513fcc
commit 6f4e2dd9fc

View File

@ -84,10 +84,12 @@ before_script:
script:
- cd htdocs/install; php upgrade.php 3.4.0 3.5.0 > upgrade.log
- cd htdocs/install; php upgrade.php2 3.4.0 3.5.0 > upgrade2.log
- cd htdocs/install; php upgrade.php 3.5.0 3.6.0 >> upgrade.log
- cd htdocs/install; php upgrade.php2 3.5.0 3.6.0 >> upgrade2.log
- cd htdocs/install
- php upgrade.php 3.4.0 3.5.0 > upgrade.log
- php upgrade2.php 3.4.0 3.5.0 > upgrade2.log
- php upgrade.php 3.5.0 3.6.0 >> upgrade.log
- php upgrade2.php 3.5.0 3.6.0 >> upgrade2.log
- cd
# - cat upgrade.log
# - cat upgrade2.log
# - phpunit -d memory_limit=-1 --configuration test/phpunit/phpunittest.xml --coverage-text test/phpunit/AllTests.php