aboutsummaryrefslogtreecommitdiff
path: root/.woodpecker.yml
blob: ba2c7b5482371c43cd4187650259077d39082276 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pipeline:
  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 ]