update from outside the bat?

This commit is contained in:
Dengke Tang
2023-02-27 15:37:46 -08:00
parent 4b7eafa14c
commit 047d3d20c1
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -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:
-1
View File
@@ -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