|
5 | 5 |
|
6 | 6 | install: |
7 | 7 | -"git submodule update --init" |
8 | | - -"git clone http://github.com/sensiolabs/SensioFrameworkExtraBundle _bndls/sensio-framework-extra" |
9 | | - -"git clone http://github.com/sensiolabs/SensioGeneratorBundle _bndls/sensio-generator" |
10 | | - -"git clone http://github.com/doctrine/DoctrineFixturesBundle _bndls/doctrine-fixtures" |
11 | | - -"git clone http://github.com/doctrine/DoctrineMigrationsBundle _bndls/doctrine-migrations" |
12 | | - -"git clone http://github.com/doctrine/DoctrineMongoDBBundle _bndls/doctrine-mongodb" |
13 | | - -"git clone http://github.com/symfony-cmf/symfony-cmf-docs cmf" |
14 | | - -"mv _bndls/doctrine-mongodb/Resources/doc bundles/DoctrineMongoDBBundle" |
15 | | - -"mv _bndls/doctrine-migrations/Resources/doc bundles/DoctrineMigrationsBundle" |
16 | | - -"mv _bndls/doctrine-fixtures/Resources/doc bundles/DoctrineFixturesBundle" |
17 | | - -"mv _bndls/sensio-framework-extra/Resources/doc bundles/SensioFrameworkExtraBundle" |
18 | | - -"mv _bndls/sensio-generator/Resources/doc bundles/SensioGeneratorBundle" |
| 8 | + -"bash install.sh" |
19 | 9 | -"pip install -q -r requirements.txt --use-mirrors" |
20 | 10 |
|
21 | 11 | script:sphinx-build -nW -b html -d _build/doctrees . _build/html |