File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - uses : purcell/setup-emacs@master
2222 with :
2323 version : ${{ matrix.emacs-version }}
24+ - name : Install Compat
25+ run : emacs --batch --eval "(progn (package-refresh-contents) (package-install 'compat))"
2426 - name : Install Gnuplot
2527 run : sudo apt update && sudo apt install gnuplot
26- - name : Install Compat
27- run : emacs --eval "(progn (package-refresh-contents) (package-install 'compat))"
2828 - name : Run tests
2929 run : make && make test
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ LOAD = -l gnuplot \
1111default : compile
1212
1313test :
14- $(EMACS ) --batch -L . $(LOAD ) -f ert-run-tests-batch-and-exit
14+ $(EMACS ) --batch -L . -f package-initialize $(LOAD ) -f ert-run-tests-batch-and-exit
1515
1616compile :
17- $(EMACS ) --batch -L . -f batch-byte-compile gnuplot-* .el
17+ $(EMACS ) --batch -L . -f package-initialize -f batch-byte-compile gnuplot-* .el
1818
1919clean :
2020 rm -f * .elc
You can’t perform that action at this time.
0 commit comments