aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker.yml
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 09:13:38 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 09:33:37 +0200
commite5ed34c7655e0826087cd7c1af056883ba410396 (patch)
tree243c82de8f91c45bad7dccecdc9820d0b457a648 /.woodpecker.yml
parent3715823cce66553bc2d51f1431202d014439572b (diff)
woodpecker CI add
Diffstat (limited to '.woodpecker.yml')
-rw-r--r--.woodpecker.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
new file mode 100644
index 0000000..4de0d93
--- /dev/null
+++ b/.woodpecker.yml
@@ -0,0 +1,5 @@
+pipeline:
+ build:
+ image: silex/emacs:cask
+ commands: cask emacs -batch -l test/ert-helper.el -l test/*-tests.el -f ert-run-tests-batch-and-exit
+