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