mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-04-19 22:38:29 +02:00
14 lines
328 B
YAML
14 lines
328 B
YAML
services:
|
|
javascript:
|
|
build: ../../../misc/docker
|
|
user: ${UID_GID}
|
|
volumes:
|
|
- .:/src
|
|
command:
|
|
- /bin/bash
|
|
- -c
|
|
- |
|
|
cd /src/thirdparty/godot-cpp
|
|
scons platform=javascript target=debug -j$$(nproc)
|
|
cd /src
|
|
scons platform=javascript target=debug -j$$(nproc)
|