setup-cpp
Version:
Install all the tools required for building and testing C++/C projects.
5 lines (4 loc) • 348 B
TypeScript
export declare function setupTmpDir(testName: string, useSpaces?: boolean): Promise<string>;
export declare function cleanupTmpDir(testName: string): Promise<void>;
export declare function testBin(name: string, args?: string[] | null, binDir?: string | undefined): Promise<void>;
export declare function runnerWindowsVersion(): number | undefined;