aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-27 08:00:00 +0800
commit02b7cee7c266d225a5868f236872275734f7e89d (patch)
treea91214d7c80125c2f3b682580afd2e5d572944ad /.woodpecker
parentMore HTML sanification (diff)
downloadlegitrx-02b7cee7c266d225a5868f236872275734f7e89d.tar.gz
legitrx-02b7cee7c266d225a5868f236872275734f7e89d.tar.zst
legitrx-02b7cee7c266d225a5868f236872275734f7e89d.zip
Add woodpecker CI
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/.alpine.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.woodpecker/.alpine.yaml b/.woodpecker/.alpine.yaml
new file mode 100644
index 0000000..869c80a
--- /dev/null
+++ b/.woodpecker/.alpine.yaml
@@ -0,0 +1,11 @@
+skip_clone: false
+
+steps:
+ build:
+ when:
+ branch: []
+ event: []
+ image: alpine
+ commands:
+ - apk add --no-cache openssl-dev go
+ - go build