Skip to content

Commit fb05cc9

Browse files
committed
Merge branch 'master' of github.com:seanmorris/php-wasm
2 parents c4dd246 + d44e230 commit fb05cc9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-step.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,12 @@ jobs:
7575
- name: Spin up docker-network
7676
run: docker network create phpwasm_default
7777

78-
- name: Build PHP
79-
run: time make ${{ inputs.envTarget }}-mjs
78+
- name: Build PHP & PHP-CGI
79+
run: time make ${{ inputs.envTarget }}-mjs ${{ inputs.envTarget }}-cgi-mjs
80+
81+
- name: Build PHP DBG & CLI Previews
82+
if: inputs.envTarget == 'web'
83+
run: time make ${{ inputs.envTarget }}-dbg-mjs ${{ inputs.envTarget }}-cli-mjs
8084

8185
- name: Build php${{ inputs.phpVersion }}-sdl.so
8286
run: time make packages/sdl/php${{ inputs.phpVersion }}-sdl.so packages/sdl/libGL.so PHP_VERSION=${{ inputs.phpVersion }}

0 commit comments

Comments
 (0)