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 11:02:17 +0200 |
commit | e5910a382c2f35d004643bb742a68e0189d0a83d (patch) | |
tree | a33a1907b64ab30f94ec7550bd5358253520fdca /.woodpecker.yml | |
parent | c2a48ac4bd0b75adbb525600dca93ad6636177c3 (diff) |
woodpecker CI add
woodpecker cask install deps
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..26dc9d7 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: silex/emacs:cask + commands: + - cask install + - cask emacs -batch -l test/ert-helper.el -l test/*-tests.el -f ert-run-tests-batch-and-exit + |