mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 12:44:24 +02:00
Update files for javascript build and export
Adds some files to making building and export for HTML5 more convenient.
This commit is contained in:
parent
2f4cbacf15
commit
bdda1458c0
11 changed files with 83 additions and 26 deletions
|
@ -1,6 +1,14 @@
|
|||
services:
|
||||
javascript-build:
|
||||
build: misc/docker
|
||||
javascript:
|
||||
build: ../../../misc/docker
|
||||
user: ${UID_GID}
|
||||
volumes:
|
||||
- .:/godot
|
||||
- .:/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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue