Adding upstream version 0.4.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bc9f87646a
commit
f4a13f7987
19 changed files with 41510 additions and 0 deletions
15
.woodpecker/integration.yml
Normal file
15
.woodpecker/integration.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
when:
|
||||
- event: manual
|
||||
steps:
|
||||
test:
|
||||
image: rust
|
||||
environment:
|
||||
- "FORGEJO_API_CI_INSTANCE_URL=http://forgejo-testing:3000/"
|
||||
- FORGEJO_API_CI_TOKEN=e4f301dffd4993a3389f601761c0103291e58d85
|
||||
commands:
|
||||
- cargo test
|
||||
|
||||
services:
|
||||
forgejo-testing:
|
||||
pull: true
|
||||
image: code.cartoon-aa.xyz/cyborus/ci-forgejo:8.0.0
|
Loading…
Add table
Add a link
Reference in a new issue