(buildNativeExtraArgs: string[])
| 69 | } |
| 70 | |
| 71 | export async function buildModel(buildNativeExtraArgs: string[]) { |
| 72 | await configureGyp(); |
| 73 | await buildModelInterfaceLibrary(buildNativeExtraArgs); |
| 74 | } |
| 75 | |
| 76 | /** Build binary from repository. */ |
| 77 | export async function buildNative(buildNativeExtraArgs: string[]) { |
no test coverage detected