diff options
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index a760ad8..4665b73 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,4 +5,10 @@ pipeline: - emacs --version - cask install - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit + build: + image: silex/emacs:27-ci-cask + commands: + - emacs --version + - cask install + - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit |