aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/emcc.yml
blob: 295d9554b81db98e3e0e8312cfe240937535382b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Emscripten Build

on: [push, pull_request]

jobs:
  emcc:
    runs-on: ubuntu-latest
    steps:
      - uses: mymindstorm/setup-emsdk@v11
      - uses: actions/checkout@v3
      - name: Build
        run: |
          make config-emcc
          make YOSYS_VER=latest
      - uses: actions/upload-artifact@v3
        with:
          name: yosysjs
          path: yosysjs-latest.zip