We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dad36e commit b595d62Copy full SHA for b595d62
.github/workflows/main.yml
@@ -258,6 +258,24 @@ jobs:
258
- name: Package Wii U .zip
259
run: make archive
260
261
+ Emscripten-HTML5:
262
+ runs-on: ubuntu-latest
263
+ steps:
264
+ - name: Install dependencies
265
+ run: sudo apt update && sudo apt install -y --no-install-recommends $MZXDEPS_DEBIAN_CROSS
266
+ - name: Install Emscripten
267
+ uses: mymindstorm/setup-emsdk@v14
268
+ with:
269
+ version: 3.1.56
270
+ actions-cache-folder: 'emsdk-cache'
271
+ - uses: actions/checkout@v3
272
+ - name: Configure HTML5
273
+ run: arch/emscripten/CONFIG.HTML5
274
+ - name: Build HTML5
275
+ run: $MZX_MAKE && make build
276
+ - name: Package HTML5 .zip
277
+ run: make archive
278
+
279
#
280
# Sanitizers.
281
0 commit comments