mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
update from outside the bat?
This commit is contained in:
@@ -126,6 +126,7 @@ jobs:
|
|||||||
.\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
|
.\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
|
||||||
nmake
|
nmake
|
||||||
nmake generate-php-ini
|
nmake generate-php-ini
|
||||||
|
composer update --ignore-platform-req=ext-awscrt
|
||||||
.\dev-scripts\run_tests ${{steps.setup-php-sdk.outputs.prefix}}\php
|
.\dev-scripts\run_tests ${{steps.setup-php-sdk.outputs.prefix}}\php
|
||||||
|
|
||||||
# windows-vc14:
|
# windows-vc14:
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ set "script_dir=%~dp0"
|
|||||||
set "work_dir=%script_dir%/.."
|
set "work_dir=%script_dir%/.."
|
||||||
cd %work_dir%
|
cd %work_dir%
|
||||||
|
|
||||||
composer update
|
|
||||||
call %PHP_BINARY% -c php-win.ini vendor/bin/phpunit tests --debug
|
call %PHP_BINARY% -c php-win.ini vendor/bin/phpunit tests --debug
|
||||||
|
|
||||||
endlocal
|
endlocal
|
||||||
|
|||||||
Reference in New Issue
Block a user