17 lines
257 B
Plaintext
17 lines
257 B
Plaintext
local compiler_versions = {
|
|
"commands": []
|
|
};
|
|
|
|
{
|
|
"kind": "pipeline",
|
|
"type": "docker",
|
|
"name": "default",
|
|
"steps": [
|
|
{
|
|
"name": "test-compiler",
|
|
"image": "gcc",
|
|
"commands": []
|
|
}
|
|
]
|
|
}
|