aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2025-01-19 11:01:25 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2025-01-19 11:01:25 +0100
commit341f7396a6ea048e0782e74b0f383e4331c15dc5 (patch)
tree9aa52106f1cca628f9cc819e3b1c2d20ce4ee785 /.woodpecker
parentprepare 1.4.3 release (diff)
ci: add ci to automatically run tests
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/tests.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml
new file mode 100644
index 0000000..f423789
--- /dev/null
+++ b/.woodpecker/tests.yaml
@@ -0,0 +1,13 @@
+when:
+- event: pull_request
+- event: push
+ branch: main
+
+steps:
+ - name: build+test
+ image: leafgarland/janet-sdk
+ commands:
+ - apk add curl-dev
+ - jpm deps
+ - jpm build
+ - jpm test