diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:05:09 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-15 22:05:09 +0200 |
commit | 56b820eee3ce367b9028657d738ee415898b7485 (patch) | |
tree | d367a6d3182c4b9d49e6ef511c28d21af466a402 | |
parent | cf02b35a4170bbde1d36a24591e11d553f0be58f (diff) |
check version in woodpecker
-rw-r--r-- | .woodpecker.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 53952ec..a760ad8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ 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 |