mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
bdda1458c0
Adds some files to making building and export for HTML5 more convenient.
12 lines
261 B
YAML
12 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)
|