mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
recursive checkout
This commit is contained in:
@@ -107,11 +107,12 @@ jobs:
|
|||||||
- name: Checkout Sources
|
- name: Checkout Sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: recursive
|
||||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||||
run: |
|
run: |
|
||||||
|
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 .\win_build.bat
|
.\php-sdk\phpsdk-vs16-x64.bat -t .\aws-crt-php\win_build.bat
|
||||||
|
|
||||||
# windows-vc14:
|
# windows-vc14:
|
||||||
# runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
@echo on
|
@echo on
|
||||||
|
|
||||||
cd ../
|
|
||||||
|
|
||||||
echo %CD%
|
echo %CD%
|
||||||
|
|
||||||
set SOURCE_DIR=%CD%\aws-crt-php
|
set SOURCE_DIR=%CD%\aws-crt-php
|
||||||
|
|||||||
Reference in New Issue
Block a user