Fix sub-module issues
This commit is contained in:
parent
9080946f27
commit
40399d4e56
@ -9,8 +9,10 @@ before_script:
|
|||||||
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
|
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
|
||||||
- sh -c "psql -c 'create database test;' -U postgres"
|
- sh -c "psql -c 'create database test;' -U postgres"
|
||||||
- sh -c "mysql -e 'create database IF NOT EXISTS test;'"
|
- sh -c "mysql -e 'create database IF NOT EXISTS test;'"
|
||||||
- sh -c "cd ./sys/db/"
|
- git submodule update --init
|
||||||
- sh -c "git submodule init"
|
- cd sys/db
|
||||||
- sh -c "cd ../../"
|
- git checkout master
|
||||||
|
- git pull origin master
|
||||||
|
- cd ../../
|
||||||
|
|
||||||
script: php ./tests/index.php
|
script: php ./tests/index.php
|
Loading…
Reference in New Issue
Block a user