This commit is contained in:
parent
afe61704db
commit
a6eae9cedd
17
.drone.jsonnet
Normal file
17
.drone.jsonnet
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"kind": "pipeline",
|
||||||
|
"type": "docker",
|
||||||
|
"name": "default",
|
||||||
|
"platform" {
|
||||||
|
"arch": "amd64"
|
||||||
|
}
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"name": "check",
|
||||||
|
"image": "rust:1.62",
|
||||||
|
"commands": [
|
||||||
|
"cargp check",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user