ci: add hello world windows exec pipeline runner test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-07-19 15:57:54 +03:30
parent 8094f0cf86
commit 9012869bf1
No known key found for this signature in database
GPG key ID: 195E37E1A0C88275

View file

@ -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