mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 20:55:31 +02:00
Update build script
- Add flags for target and disable_pty - Only run docker-compose commands if docker-compose installed
This commit is contained in:
parent
0973aad7e6
commit
88e5320a83
2 changed files with 38 additions and 9 deletions
|
@ -9,6 +9,6 @@ services:
|
|||
- -c
|
||||
- |
|
||||
cd /src/thirdparty/godot-cpp
|
||||
scons platform=javascript target=debug -j$$(nproc)
|
||||
scons platform=javascript target=$${TARGET:-debug} -j$$(nproc)
|
||||
cd /src
|
||||
scons platform=javascript target=debug -j$$(nproc)
|
||||
scons platform=javascript target=$${TARGET:-debug} -j$$(nproc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue