build html5ever in CI

This commit is contained in:
Karl Seguin
2025-12-19 08:16:36 +08:00
parent 098eeea8f7
commit c15ef590c2

View File

@@ -58,3 +58,13 @@ runs:
run: | run: |
mkdir -p v8 mkdir -p v8
ln -s ${{ inputs.cache-dir }}/v8/libc_v8.a v8/libc_v8.a ln -s ${{ inputs.cache-dir }}/v8/libc_v8.a v8/libc_v8.a
- name: hmtl5ever release
if: ${{ inputs.mode == 'release' }}
shell: bash
run: zig build -Doptimize=ReleaseFast html5ever
- name: hmtl5ever debug
if: ${{ inputs.mode == 'debug' }}
shell: bash
run: zig build html5ever