blob: 4665b73f438d821343d74f7f0c4d9d535f6f0512 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pipeline:
build:
image: silex/emacs:cask
commands:
- emacs --version
- cask install
- cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit
build:
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
|