From: Miodrag Milanovic Date: Fri, 27 May 2022 09:05:17 +0000 (+0200) Subject: Add emcc build (stuck if all cpus used on GH) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5490f94e82180972e6534aed12c26e6575e35ec5;p=yosys.git Add emcc build (stuck if all cpus used on GH) --- diff --git a/.github/workflows/emcc.yml b/.github/workflows/emcc.yml new file mode 100644 index 000000000..0df466b92 --- /dev/null +++ b/.github/workflows/emcc.yml @@ -0,0 +1,20 @@ +name: Emscripten Build + +on: [push, pull_request] + +jobs: + emcc: + runs-on: ubuntu-latest + steps: + - uses: mymindstorm/setup-emsdk@v11 + - uses: actions/checkout@v2 + - name: Cache sources + id: cache-sources + uses: actions/cache@v2 + with: + path: . + key: cache-yosys + - name: Build + run: | + make config-emcc + make