File: docker-compose.yml

package info (click to toggle)
spirv-tools 2026.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 28,900 kB
  • sloc: cpp: 477,281; javascript: 5,908; python: 3,326; ansic: 488; sh: 450; ruby: 88; makefile: 18; lisp: 9
file content (10 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (20)
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