mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 18:13:09 +00:00
n/m
This commit is contained in:
@@ -107,6 +107,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
arch: [x64] # TODO: add x86
|
arch: [x64] # TODO: add x86
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
- id: setup-php-sdk
|
- id: setup-php-sdk
|
||||||
uses: cmb69/[email protected]
|
uses: cmb69/[email protected]
|
||||||
with:
|
with:
|
||||||
@@ -117,9 +120,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
- run: phpize
|
- run: phpize
|
||||||
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt
|
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt
|
||||||
- run: nmake
|
- run: nmake
|
||||||
@@ -134,6 +134,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
arch: [x64] # TODO: add x86
|
arch: [x64] # TODO: add x86
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
- id: setup-php-sdk
|
- id: setup-php-sdk
|
||||||
uses: cmb69/[email protected]
|
uses: cmb69/[email protected]
|
||||||
with:
|
with:
|
||||||
@@ -144,9 +147,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
- run: phpize
|
- run: phpize
|
||||||
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared
|
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared
|
||||||
- run: nmake
|
- run: nmake
|
||||||
|
|||||||
Reference in New Issue
Block a user