ci: drone: test exec runner
This commit is contained in:
commit
d1c35eb952
1 changed files with 14 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: exec-runner-test
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
commands:
|
||||||
|
- nix shell 'nixpkgs#hello' -c hello
|
||||||
|
...
|
||||||
Loading…
Add table
Add a link
Reference in a new issue