MCPcopy Create free account
hub / github.com/defold/defold / init_editor

Function init_editor

editor/scripts/bundle.py:793–798  ·  view source on GitHub ↗
(options, platform, jdk)

Source from the content-addressed store, hash-verified

791 create_bundle(jdk, platform, options)
792
793def init_editor(options, platform, jdk):
794 init_command = ['with-profile', '+release', 'init',
795 options.engine_sha1 or 'dynamo-home',
796 options.archive_domain,
797 platform]
798 invoke_lein(init_command, jdk_path=jdk)
799
800def run_tests(jdk):
801 invoke_lein(['with-profile', '+headless', 'check-and-exit'], jdk_path=jdk)

Callers 2

buildFunction · 0.85
testFunction · 0.85

Calls 1

invoke_leinFunction · 0.85

Tested by

no test coverage detected