t7
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
phil 2025-06-20 19:24:43 +02:00
parent f5638a37a1
commit 7adba760c1
2 changed files with 3 additions and 10 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.egg-info

View file

@ -4,15 +4,7 @@ when:
steps: steps:
- name: build - name: build
image: alpine image: ghcr.io/astral-sh/uv:alpine
commands: commands:
- echo "This is the build step" - uv build
- echo "echo Foo" > executable
- chmod a+x executable
- name: a-test-step
image: alpine
commands:
- echo "Testing ..."
- ./executable
- echo "Yes!"