File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 5
5
6
6
install :
7
7
- " git submodule update --init"
8
+ - " git clone https://github.com./sensiolabs/SensioFrameworkExtraBundle _bndls/sensio-framework-extra"
9
+ - " git clone https://github.com./sensiolabs/SensioGeneratorBundle _bndls/sensio-generator"
10
+ - " git clone https://github.com./doctrine/DoctrineFixturesBundle _bndls/doctrine-fixtures"
11
+ - " git clone https://github.com./doctrine/DoctrineMigrationsBundle _bndls/doctrine-migrations"
12
+ - " git clone https://github.com./doctrine/DoctrineMongoDBBundle _bndls/doctrine-mongodb"
13
+ - " mv _bndls/doctrine-mongodb/Resources/doc bundles/DoctrineMongoDBBundle"
14
+ - " mv _bndls/doctrine-migrations/Resources/doc bundles/DoctrineMigrationsBundle"
15
+ - " mv _bndls/doctrine-fixtures/Resources/doc bundles/DoctrineFixturesBundle"
16
+ - " mv _bndls/sensio-framework-extra/Resources/doc bundles/SensioFrameworkExtraBundle"
17
+ - " mv _bndls/sensio-generator/Resources/doc bundles/SensioGeneratorBundle"
8
18
- " pip install -q -r requirements.txt --use-mirrors"
9
19
10
20
script : sphinx-build -nW -b html -d _build/doctrees . _build/html
You can’t perform that action at this time.
0 commit comments