From 62ac8f5d48046b41fd7a77778e080e9b4e196efc Mon Sep 17 00:00:00 2001 From: Cyborus Date: Wed, 29 Nov 2023 15:00:08 -0500 Subject: add ci pipeline --- .woodpecker/integration.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .woodpecker/integration.yml (limited to '.woodpecker') diff --git a/.woodpecker/integration.yml b/.woodpecker/integration.yml new file mode 100644 index 0000000..f6df423 --- /dev/null +++ b/.woodpecker/integration.yml @@ -0,0 +1,14 @@ +when: + - event: manual +steps: + test: + image: rust + environment: + - "FORGEJO_API_CI_INSTANCE_URL=http://forgejo-testing:3000/" + - FORGEJO_API_CI_TOKEN=0889eabbb0006f15be4af017c4e0d3f51df78f98 + commands: + - cargo test + +services: + forgejo-testing: + image: code.cartoon-aa.xyz/cyborus/ci-forgejo -- cgit v1.2.3