mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
13 lines
261 B
YAML
13 lines
261 B
YAML
|
services:
|
||
|
javascript:
|
||
|
build: ../docker
|
||
|
user: ${UID_GID}
|
||
|
volumes:
|
||
|
- ./godot:/src
|
||
|
command:
|
||
|
- /bin/bash
|
||
|
- -c
|
||
|
- |
|
||
|
cd src
|
||
|
scons platform=javascript tools=no gdnative_enabled=yes target=$${TARGET} -j$$(nproc)
|