mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-19 10:33:10 +00:00
I don't know
This commit is contained in:
@@ -118,7 +118,7 @@ jobs:
|
|||||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||||
run: |
|
run: |
|
||||||
phpize
|
phpize
|
||||||
.\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --with-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
|
||||||
.\dev-scripts\run_tests ${{steps.setup-php-sdk.outputs.prefix}}\php
|
.\dev-scripts\run_tests ${{steps.setup-php-sdk.outputs.prefix}}\php
|
||||||
|
|||||||
@@ -16,15 +16,14 @@ REM Check if composer_dir was found
|
|||||||
if "%composer_dir%"=="" (
|
if "%composer_dir%"=="" (
|
||||||
echo No composer found.
|
echo No composer found.
|
||||||
exit /b 1
|
exit /b 1
|
||||||
) else (
|
)
|
||||||
|
|
||||||
set "script_dir=%~dp0"
|
set "script_dir=%~dp0"
|
||||||
set "work_dir=%script_dir%/.."
|
set "work_dir=%script_dir%/.."
|
||||||
cd %work_dir%
|
cd %work_dir%
|
||||||
echo %work_dir%
|
|
||||||
ls x64\
|
|
||||||
|
|
||||||
call %PHP_BINARY% -c php-win.ini %composer_dir% update
|
call %PHP_BINARY% -c php-win.ini %composer_dir% 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