blob: df4f22298e062b09d3e7772ba0cd074ec4a456f2 (
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.1-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 ]
|