diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 09:56:52 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 09:56:52 +0200 |
commit | 172f663ed32f2f0b175c98788cf0e3097c17161a (patch) | |
tree | f5c5835c2979d85939a11ecd9a8ff8f69becbeb5 /.woodpecker.yml | |
parent | 9f1c9c8415e74b92fa2ed06cc088ebaa50e1ac73 (diff) |
woodpecker cask install deps
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 4de0d93..26dc9d7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,7 @@ pipeline: build: image: silex/emacs:cask - commands: cask emacs -batch -l test/ert-helper.el -l test/*-tests.el -f ert-run-tests-batch-and-exit + commands: + - cask install + - cask emacs -batch -l test/ert-helper.el -l test/*-tests.el -f ert-run-tests-batch-and-exit |