aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker.yml
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker.yml')
-rw-r--r--.woodpecker.yml27
1 files changed, 11 insertions, 16 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml
index a9efb82..ba2c7b5 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -1,20 +1,15 @@
pipeline:
- current-emacs:
+ current:
image: silex/emacs:cask
- when:
- branch: [main, develop]
- commands:
- - emacs --version
- - cask install
- - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit
-
- last-emacs:
+ 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
- when:
- branch: [main, develop]
- commands:
- - emacs --version
- - cask install
- - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit
-
+ commands:
+ - emacs --version
+ - cask install
+ - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit
++branches: [ main, develop ]