ci: Drop emcc

This commit is contained in:
Krystine Sherwin 2024-05-09 09:26:43 +12:00
parent cdce505f82
commit a9eca9072e
No known key found for this signature in database
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Emscripten Build
on: [push, pull_request]
jobs:
emcc:
runs-on: ubuntu-latest
steps:
- uses: mymindstorm/setup-emsdk@v14
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: |
make config-emcc
make YOSYS_VER=latest
- uses: actions/upload-artifact@v4
with:
name: yosysjs
path: yosysjs-latest.zip