maren/add-ci #2

Closed
maren wants to merge 21 commits from maren/add-ci into main
2 changed files with 10 additions and 0 deletions
Showing only changes of commit 6affe178fd - Show all commits

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ sorrel/**
deploy-dir/**
tool/**
publish-test/**
todo.txt

9
.woodpecker.yml Normal file
View file

@ -0,0 +1,9 @@
steps:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."