File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 11version : '{build}'
22skip_tags : true
3+ build : false
4+ clone_folder : C:\projects\static-ldp
5+
6+ init :
7+ - SET PATH=C:\Program Files\OpenSSL;c:\tools\php;%PATH%
8+ - SET COMPOSER_NO_INTERACTION=1
39
410install :
511 - cinst -y php
12+ - cd c:\tools\php71
13+ - copy php.ini-production php.ini
14+ - echo date.timezone="UTC" >> php.ini
15+ - echo extension_dir=ext >> php.ini
16+ - echo extension=php_openssl.dll >> php.ini
617 - SET PATH=C:\tools\php71;%PATH%
18+ - cd c:\projects\static-ldp
719 - php -r "readfile('http://getcomposer.org/installer');" | php
820 - php composer.phar install --prefer-source --no-interaction
921
1022build_script :
23+ - cd c:\projects\static-ldp
1124 - php composer.phar install
1225
1326test_script :
27+ - cd c:\projects\static-ldp
1428 - php composer.phar test
15-
16- matrix :
17- fast_finish : true
You can’t perform that action at this time.
0 commit comments