Skip to content

Instantly share code, notes, and snippets.

@vermiculus
Created November 2, 2014 23:52
Show Gist options
  • Save vermiculus/1f2865ee9e9e6f9c588f to your computer and use it in GitHub Desktop.
Save vermiculus/1f2865ee9e9e6f9c588f to your computer and use it in GitHub Desktop.
all: 24.1 24.2 24.3
24.1:
evm install emacs-24.1-bin || true
emacs --version
emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit
24.2:
evm install emacs-24.2-bin || true
emacs --version
emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit
24.3:
evm install emacs-24.3-bin || true
emacs --version
emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment