17 lines
277 B
Plaintext
17 lines
277 B
Plaintext
local compiler_versions = [
|
|
"04", "05", "06", "07", "08", "09"
|
|
];
|
|
|
|
{
|
|
"kind": "pipeline",
|
|
"type": "docker",
|
|
"name": "default",
|
|
"steps": [
|
|
{
|
|
"name": "test-compiler",
|
|
"image": "gcc",
|
|
"commands": []
|
|
}
|
|
]
|
|
}
|