mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced 2024-11-23 07:20:28 +00:00
11 lines
218 B
YAML
11 lines
218 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
build:
|
||
|
image: emscripten/emsdk:2.0.2
|
||
|
environment:
|
||
|
GITHUB_RUN_NUMBER: ${GITHUB_RUN_NUMBER:-}
|
||
|
working_dir: /app
|
||
|
command: ./source/wasm/build.sh
|
||
|
volumes:
|
||
|
- ./:/app
|