blob: fb6d114ffb10ac49e6ce7cb3b46700e2056a100e [file] [log] [blame]
Pelle Johnsen0d001302021-11-01 21:45:51 +01001version: "3"
2services:
3 build:
4 image: emscripten/emsdk:2.0.2
5 environment:
6 GITHUB_RUN_NUMBER: ${GITHUB_RUN_NUMBER:-}
7 working_dir: /app
8 command: ./source/wasm/build.sh
9 volumes:
10 - ./:/app