drone-test/.drone.jsonnet
Jacob Kiers a6eae9cedd
Some checks reported errors
continuous-integration/drone/push Build was killed
Try jsonnet pipeline
2022-08-10 22:46:48 +00:00

17 lines
294 B
Plaintext

{
"kind": "pipeline",
"type": "docker",
"name": "default",
"platform" {
"arch": "amd64"
}
"steps": [
{
"name": "check",
"image": "rust:1.62",
"commands": [
"cargp check",
]
}
]
}