This commit is contained in:
parent
f5638a37a1
commit
7adba760c1
2 changed files with 3 additions and 10 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.egg-info
|
|
@ -4,15 +4,7 @@ when:
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: alpine
|
||||
image: ghcr.io/astral-sh/uv:alpine
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
- echo "echo Foo" > executable
|
||||
- chmod a+x executable
|
||||
- name: a-test-step
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Testing ..."
|
||||
- ./executable
|
||||
- echo "Yes!"
|
||||
- uv build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue