Interface AutoTestInstallGccStepOutput

Install GCC.

interface AutoTestInstallGccStepOutput {
    id: string;
    version: AutoTestInstallGccVersion;
}

Properties

Properties

id: string

The id of this step.

The GCC version to install.