blob: 01b1cba90b30faf87397f9d84702e616e43de08b (
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 ]
|