diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 09:13:38 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 09:33:37 +0200 |
commit | e5ed34c7655e0826087cd7c1af056883ba410396 (patch) | |
tree | 243c82de8f91c45bad7dccecdc9820d0b457a648 /.woodpecker.yml | |
parent | 3715823cce66553bc2d51f1431202d014439572b (diff) |
woodpecker CI add
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 5 |
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 + |