MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / build

Function build

build.py:68–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67
68def build():
69 if BUILD_TYPE != "None": # do not build SpiderMonkey if we are not compiling
70 ensure_spidermonkey()
71 run_cmake_build()
72 if BUILD_TYPE != "None": # do not copy artifacts if we did not build them
73 copy_artifacts()
74
75
76if __name__ == "__main__":

Callers 1

build.pyFile · 0.85

Calls 3

ensure_spidermonkeyFunction · 0.85
run_cmake_buildFunction · 0.85
copy_artifactsFunction · 0.85

Tested by

no test coverage detected