MCPcopy Create free account
hub / github.com/catboost/catboost / buildLocal

Function buildLocal

catboost/node-package/build_scripts/build.ts:103–107  ·  view source on GitHub ↗
(platform: string, arch: string)

Source from the content-addressed store, hash-verified

101}
102
103export async function buildLocal(platform: string, arch: string) {
104 await preparePlatformBinary(platform, arch);
105 await configureGyp('./inc');
106 await compileNativeAddon('./inc');
107}

Callers 1

installFunction · 0.90

Calls 3

preparePlatformBinaryFunction · 0.85
configureGypFunction · 0.85
compileNativeAddonFunction · 0.85

Tested by

no test coverage detected