Skip to content

Commit 06c8c2d

Browse files
committed
#110 - Separate build steps
1 parent f129298 commit 06c8c2d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/windows.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,21 @@ jobs:
128128
call C:\tools\php-sdk\phpsdk-vc${{ matrix.vc_num }}-${{ matrix.arch }}.bat
129129
call C:\tools\php-sdk\bin\phpsdk_setvars.bat
130130
call C:\tools\php-devpack\phpize.bat
131+
132+
- shell: cmd
133+
run: |
134+
call C:\tools\php-sdk\phpsdk-vc${{ matrix.vc_num }}-${{ matrix.arch }}.bat
135+
call C:\tools\php-sdk\bin\phpsdk_setvars.bat
131136
configure --with-prefix=C:\php --with-php-build=C:\php-devpack --disable-all --enable-zephir-parser=shared
137+
138+
- shell: cmd
139+
run: |
140+
call C:\tools\php-sdk\phpsdk-vc${{ matrix.vc_num }}-${{ matrix.arch }}.bat
141+
call C:\tools\php-sdk\bin\phpsdk_setvars.bat
132142
nmake
133143
144+
- run: dir ${env:PHPROOT}\ext
145+
134146
- name: Check errors
135147
if: always()
136148
run: |

0 commit comments

Comments
 (0)