mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
get started
This commit is contained in:
@@ -110,7 +110,13 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||||
run: |
|
run: |
|
||||||
php
|
cd ..
|
||||||
|
ls
|
||||||
|
git clone https://github.com/Microsoft/php-sdk-binary-tools.git php-sdk
|
||||||
|
cd ./php-sdk
|
||||||
|
phpsdk_buildtree php-7.4
|
||||||
|
git clone https://github.com/php/php-src.git && cd php-src
|
||||||
|
phpsdk_deps --update --branch 7.4
|
||||||
|
|
||||||
# windows-vc14:
|
# windows-vc14:
|
||||||
# runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user