mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
updates
This commit is contained in:
@@ -112,7 +112,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ..\
|
cd ..\
|
||||||
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk
|
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk
|
||||||
.\php-sdk\phpsdk-vs16-x64.bat -t .\aws-crt-php\win_build.bat
|
.\php-sdk\phpsdk-vs16-x64.bat -t .\aws-crt-php\win_build.bat --task-args %CD%\aws-crt-php
|
||||||
|
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
|
|||||||
+4
-5
@@ -1,8 +1,7 @@
|
|||||||
@echo on
|
@echo on
|
||||||
|
|
||||||
echo %CD%
|
@REM Passing the source dirctory of aws-crt-php, if not passing the source directory, it will be pulled from github
|
||||||
|
if not (%1)==() set SOURCE_DIR=%1
|
||||||
set SOURCE_DIR=%CD%\aws-crt-php
|
|
||||||
|
|
||||||
call phpsdk_buildtree phpmaster
|
call phpsdk_buildtree phpmaster
|
||||||
|
|
||||||
@@ -10,7 +9,7 @@ git clone https://github.com/php/php-src.git && cd php-src
|
|||||||
|
|
||||||
call phpsdk_deps --update --branch master
|
call phpsdk_deps --update --branch master
|
||||||
|
|
||||||
robocopy %SOURCE_DIR% ..\pecl\awscrt /E
|
if (%SOURCE_DIR%)==() (git clone --recursive https://github.com/awslabs/aws-crt-php.git ..\pecl\awscrt) else (robocopy %SOURCE_DIR% ..\pecl\awscrt /E)
|
||||||
|
|
||||||
call buildconf
|
call buildconf
|
||||||
|
|
||||||
@@ -18,4 +17,4 @@ call configure --enable-cli --with-openssl --enable-awscrt=shared
|
|||||||
|
|
||||||
call nmake
|
call nmake
|
||||||
|
|
||||||
call nmake test-awscrt
|
@REM call nmake test-awscrt
|
||||||
|
|||||||
Reference in New Issue
Block a user