This commit is contained in:
Dengke Tang
2023-02-24 15:57:21 -08:00
parent 4f0e4ab6e5
commit 3096484d41
+8 -6
View File
@@ -118,12 +118,14 @@ jobs:
with:
arch: ${{ matrix.arch }}
toolset: ${{steps.setup-php-sdk.outputs.toolset}}
# CMD only execute one commend per run
- run: phpize
- run: .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
- run: nmake
- run: nmake generate-php-ini
- run: .\dev-scripts\run_tests ${{steps.setup-php-sdk.outputs.prefix}}\php
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
phpize
.\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared --enable-cli --enable-openssl
nmake
nmake generate-php-ini
type .\php-win.ini
.\dev-scripts\run_tests ${{steps.setup-php-sdk.outputs.prefix}}\php
# windows-vc14:
# runs-on: windows-latest