mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
get the full path of the extension
This commit is contained in:
@@ -117,13 +117,11 @@ jobs:
|
||||
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
|
||||
- name: Build ${{ env.PACKAGE_NAME }} + consumers
|
||||
run: |
|
||||
ls php-bin
|
||||
ls php-bin/ext
|
||||
phpize
|
||||
.\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
|
||||
nmake
|
||||
nmake generate-php-ini
|
||||
composer update --ignore-platform-req=ext-awscrt
|
||||
type .\php-win.ini
|
||||
.\dev-scripts\run_tests ${{steps.setup-php-sdk.outputs.prefix}}\php
|
||||
|
||||
# windows-vc14:
|
||||
|
||||
Reference in New Issue
Block a user