File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,6 @@ website/node_modules
1717website /i18n /*
1818
1919/tests /dependencies /copy /
20- /tests /dependencies /graphqlite-bundle /
20+ /tests /dependencies /graphqlite-bundle /
21+ /tests /dependencies /graphqlite-laravel /
22+ /tests /dependencies /graphqlite-universal-service-provider /
Original file line number Diff line number Diff line change 3737 - *composerupdate
3838 script :
3939 - *phpunit
40+ # Test bundle
4041 - stage : test_dependencies
4142 php : 7.3
4243 env : PREFER_LOWEST=""
5051 - composer install
5152 script :
5253 - vendor/bin/phpunit
54+ # Test graphqlite-universal-service-provider
55+ - stage : test_dependencies
56+ php : 7.3
57+ env : PREFER_LOWEST=""
58+ before_script :
59+ - mkdir -p tests/dependencies
60+ - rsync -av . tests/dependencies/copy/ --exclude tests --exclude vendor
61+ - cd tests/dependencies
62+ - git clone https://github.com/thecodingmachine/graphqlite-universal-service-provider.git
63+ - php ./makeComposerLocal.php graphqlite-universal-service-provider/composer.json
64+ - cd graphqlite-universal-service-provider
65+ - composer install
66+ script :
67+ - vendor/bin/phpunit
68+ # Test graphqlite-laravel
69+ - stage : test_dependencies
70+ php : 7.3
71+ env : PREFER_LOWEST=""
72+ before_script :
73+ - mkdir -p tests/dependencies
74+ - rsync -av . tests/dependencies/copy/ --exclude tests --exclude vendor
75+ - cd tests/dependencies
76+ - git clone https://github.com/thecodingmachine/graphqlite-laravel.git
77+ - php ./makeComposerLocal.php graphqlite-laravel/composer.json
78+ - cd graphqlite-laravel
79+ - composer install
80+ script :
81+ - vendor/bin/phpunit
5382 - stage : doc
5483 if : branch = master AND type = push
5584 name : " Doc generation"
You can’t perform that action at this time.
0 commit comments