add emu build to workflow
This commit is contained in:
4
.github/workflows/actions.yml
vendored
4
.github/workflows/actions.yml
vendored
@@ -22,6 +22,10 @@ jobs:
|
||||
run: |
|
||||
cd ic10lsp_wasm
|
||||
wasm-pack build
|
||||
- name: Build ic10emu
|
||||
run: |
|
||||
cd ic10emu_wasm
|
||||
wasm-pack build
|
||||
- name: Build Page
|
||||
run: |
|
||||
cd www
|
||||
|
||||
Reference in New Issue
Block a user