2020-02-11 14:03:24 -08:00
|
|
|
local compiler_versions = {
|
|
|
|
"commands": []
|
|
|
|
};
|
2020-02-11 13:50:05 -08:00
|
|
|
|
2020-02-11 13:35:36 -08:00
|
|
|
{
|
|
|
|
"kind": "pipeline",
|
|
|
|
"type": "docker",
|
|
|
|
"name": "default",
|
|
|
|
"steps": [
|
|
|
|
{
|
|
|
|
"name": "test-compiler",
|
|
|
|
"image": "gcc",
|
2020-02-11 14:02:13 -08:00
|
|
|
"commands": []
|
2020-02-11 13:35:36 -08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|