diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:09:43 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:12:56 +0200 |
commit | c0a267f55f701ef5d7c080e931eb773752f254b5 (patch) | |
tree | ad2c18bc5f0345abdc2f61284cd9d31e013f5b14 /.woodpecker.yml | |
parent | 0798cf6822733929d571973d2189377ef0a9f849 (diff) |
add emacs 27 to woodpecker
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 index 53952ec..f86e1a4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,13 @@ pipeline: build: image: silex/emacs:cask commands: + - emacs --version + - cask install + - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit + build: + image: silex/emacs:27 + commands: + - emacs --version - cask install - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit |