ci: add Woodpecker CI configuration file with basic test steps
This commit is contained in:
6
.woodpecker.yml
Normal file
6
.woodpecker.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: bash
|
||||||
|
commands:
|
||||||
|
- echo "Hello from Woodpecker CI!"
|
||||||
|
- echo "Build successful"
|
||||||
Reference in New Issue
Block a user