mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
build html5ever in CI
This commit is contained in:
10
.github/actions/install/action.yml
vendored
10
.github/actions/install/action.yml
vendored
@@ -58,3 +58,13 @@ runs:
|
||||
run: |
|
||||
mkdir -p v8
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user