File: docker-compose.yml

package info (click to toggle)
spirv-tools 2023.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,608 kB
  • sloc: cpp: 408,882; javascript: 5,890; python: 2,847; ansic: 403; sh: 385; ruby: 88; makefile: 17; lisp: 9
file content (10 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
version: "3"
services:
  build:
    image: emscripten/emsdk:3.1.28
    environment:
      GITHUB_RUN_NUMBER: ${GITHUB_RUN_NUMBER:-}
    working_dir: /app
    command: ./source/wasm/build.sh
    volumes:
      - ./:/app