Interface AutoTestInstallClangStepOutput

Install Clang.

interface AutoTestInstallClangStepOutput {
    id: string;
    version: AutoTestInstallClangVersion;
}

Properties

Properties

id: string

The id of this step.

The Clang version to install.