Danila Fedorin
d6f53076c0
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
300 B
Plaintext
16 lines
300 B
Plaintext
{
|
|
"kind": "pipeline",
|
|
"type": "docker",
|
|
"name": "default",
|
|
"steps": [
|
|
{
|
|
"name": "test-compiler",
|
|
"image": "gcc",
|
|
"commands": [
|
|
"cd code/compiler/09",
|
|
"mkdir build && cd build"
|
|
]
|
|
}
|
|
]
|
|
}
|