mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
enable
This commit is contained in:
@@ -107,9 +107,6 @@ jobs:
|
||||
matrix:
|
||||
arch: [x64] # TODO: add x86
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- id: setup-php-sdk
|
||||
uses: cmb69/[email protected]
|
||||
with:
|
||||
@@ -120,11 +117,41 @@ jobs:
|
||||
with:
|
||||
arch: ${{ matrix.arch }}
|
||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- run: phpize
|
||||
- run: configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}}
|
||||
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt
|
||||
- run: nmake
|
||||
- run: nmake test
|
||||
|
||||
windows2:
|
||||
runs-on: windows-2019
|
||||
defaults:
|
||||
run:
|
||||
shell: cmd # TODO: does this matter?
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [x64] # TODO: add x86
|
||||
steps:
|
||||
- id: setup-php-sdk
|
||||
uses: cmb69/[email protected]
|
||||
with:
|
||||
version: '8.0'
|
||||
arch: x64
|
||||
ts: ts
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch: ${{ matrix.arch }}
|
||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- run: phpize
|
||||
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared
|
||||
- run: nmake
|
||||
- run: nmake test-awscrt
|
||||
|
||||
# macos:
|
||||
# runs-on: macos-${{ matrix.version }}
|
||||
# strategy:
|
||||
|
||||
Reference in New Issue
Block a user