diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-29 16:32:46 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-10-29 16:32:46 +0200 |
commit | 93f135ca7400d6572663e5b27154109ea2879b6b (patch) | |
tree | aa1813b138cf1de9510f520da0c9072c7bfeb8c1 /.woodpecker.yml | |
parent | f6b983e04fe3ac091398dd74cdbf3a986b969b2a (diff) | |
parent | 4bfe8b8696ae36e3331f6900101aed003185be90 (diff) |
Merge branch 'develop' into update-meta-fields
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 53952ec..ba2c7b5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,7 +1,15 @@ pipeline: - build: + current: image: silex/emacs:cask commands: + - emacs --version + - cask install + - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit + last: + 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 ++branches: [ main, develop ] |