We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3281c3 commit 2c6864fCopy full SHA for 2c6864f
.circleci/config.yml
@@ -7,6 +7,7 @@ default: &default-steps
7
- run: apt-get update && apt-get install make
8
- run: make elpa
9
- run: emacs --version
10
+ - run: cask --version
11
- run: make test
12
# Make sure to run test-checks before test-bytecomp, as test-bytecomp autogenerates
13
# files which won't pass test-checks.
Makefile
@@ -29,7 +29,7 @@ clean:
29
rm -f $(OBJS)
30
31
test: $(PKGDIR)
32
- $(CASK) ecukes "$@" --no-win
+ $(CASK) exec ecukes --no-win
33
34
test-checks:
35
$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
0 commit comments