Skip to content

´Use g++ and clang++ instead of gcc and clang as C++ compilers #2138

´Use g++ and clang++ instead of gcc and clang as C++ compilers

´Use g++ and clang++ instead of gcc and clang as C++ compilers #2138

Workflow file for this run

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