Switch to jsonnet syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b07ea8fe9c
commit
d6f53076c0
15
.drone.jsonnet
Normal file
15
.drone.jsonnet
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"kind": "pipeline",
|
||||||
|
"type": "docker",
|
||||||
|
"name": "default",
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"name": "test-compiler",
|
||||||
|
"image": "gcc",
|
||||||
|
"commands": [
|
||||||
|
"cd code/compiler/09",
|
||||||
|
"mkdir build && cd build"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
10
.drone.yml
10
.drone.yml
|
@ -1,10 +0,0 @@
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: test-compiler
|
|
||||||
image: gcc
|
|
||||||
commands:
|
|
||||||
- cd code/compiler/09
|
|
||||||
- mkdir build && cd build
|
|
Loading…
Reference in New Issue
Block a user