mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
testing..
This commit is contained in:
@@ -121,7 +121,7 @@ jobs:
|
|||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||||
- 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=shared
|
||||||
- run: nmake
|
- run: nmake
|
||||||
- run: nmake test-awscrt
|
- run: nmake test-awscrt
|
||||||
|
|
||||||
@@ -147,10 +147,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||||
- run: phpize
|
- run: php --version
|
||||||
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared
|
- run: where.exe php.exe
|
||||||
- run: nmake
|
- run: ${{steps.setup-php-sdk.outputs.prefix}}\php.exe --version
|
||||||
- run: nmake test-awscrt
|
- run: where.exe composer
|
||||||
|
- run: where.exe composer.phar
|
||||||
|
|
||||||
# macos:
|
# macos:
|
||||||
# runs-on: macos-${{ matrix.version }}
|
# runs-on: macos-${{ matrix.version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user