mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
hack around it
This commit is contained in:
@@ -110,7 +110,9 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||||
run: |
|
run: |
|
||||||
./win_build.bat
|
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk
|
||||||
|
(gc .\php-sdk\phpsdk-starter.bat) -replace 'cmd /k "!PHP_SDK_VC_SHELL_CMD! && ', 'call "' | Out-File -encoding ASCII .\php-sdk\phpsdk-starter.bat
|
||||||
|
.\win_build.bat
|
||||||
|
|
||||||
# windows-vc14:
|
# windows-vc14:
|
||||||
# runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
@echo on
|
@echo on
|
||||||
|
|
||||||
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk
|
|
||||||
cd ./php-sdk
|
cd ./php-sdk
|
||||||
|
|
||||||
./phpsdk-vs16-x64.bat
|
./phpsdk-vs16-x64.bat
|
||||||
|
|||||||
Reference in New Issue
Block a user