ci: add hello world windows exec pipeline runner test
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8094f0cf86
commit
9012869bf1
1 changed files with 14 additions and 0 deletions
14
.drone.yml
14
.drone.yml
|
@ -1,3 +1,17 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: macrohard doors
|
||||
|
||||
platform:
|
||||
os: windows
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
commands:
|
||||
- echo 'Hello from Windows 10! :D'
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
|
Loading…
Add table
Reference in a new issue