aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.woodpecker/.alpine.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.woodpecker/.alpine.yaml b/.woodpecker/.alpine.yaml
new file mode 100644
index 0000000..ff0a789
--- /dev/null
+++ b/.woodpecker/.alpine.yaml
@@ -0,0 +1,14 @@
+skip_clone: false
+
+steps:
+ build:
+ when:
+ branch: [master]
+ event: [push, manual]
+ image: alpine
+ commands:
+ - apk add --no-cache build-base gcc
+ - make
+ artifacts:
+ paths:
+ - ./box