aboutsummaryrefslogblamecommitdiff
path: root/.woodpecker.yml
blob: 01b1cba90b30faf87397f9d84702e616e43de08b (plain) (tree)
1
2
3
4
5
6
7
8
9
         
          
                           



                                                                               
                                 


                                                                               
 
                           
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 ]