diff options
author | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
commit | 02b7cee7c266d225a5868f236872275734f7e89d (patch) | |
tree | a91214d7c80125c2f3b682580afd2e5d572944ad /.woodpecker/.alpine.yaml | |
parent | More HTML sanification (diff) | |
download | legitrx-02b7cee7c266d225a5868f236872275734f7e89d.tar.gz legitrx-02b7cee7c266d225a5868f236872275734f7e89d.tar.zst legitrx-02b7cee7c266d225a5868f236872275734f7e89d.zip |
Add woodpecker CI
Diffstat (limited to '.woodpecker/.alpine.yaml')
-rw-r--r-- | .woodpecker/.alpine.yaml | 11 |
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 |