aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 09:56:52 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-27 09:56:52 +0200
commit172f663ed32f2f0b175c98788cf0e3097c17161a (patch)
treef5c5835c2979d85939a11ecd9a8ff8f69becbeb5
parent9f1c9c8415e74b92fa2ed06cc088ebaa50e1ac73 (diff)
woodpecker cask install deps
-rw-r--r--.woodpecker.yml4
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