From 7a4e4e0b04afebc432c6a13e198d2cfe61eeda83 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 15 Oct 2022 22:14:56 +0200 Subject: add emacs 27 to woodpecker --- .woodpecker.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.woodpecker.yml') 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 -- cgit v1.2.3