Interface AutoTestInstallGccStepInput

Install GCC.

interface AutoTestInstallGccStepInput {
    id?: string;
    version: AutoTestInstallGccVersion;
}

Properties

Properties

id?: string

The id of this step.

The GCC version to install.