File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4
4
matrix :
5
5
- EMACS=emacs24
6
6
- EMACS=emacs-snapshot
7
+ global :
8
+ - PATH=$HOME/.cask/bin:$PATH
7
9
8
10
matrix :
9
11
allow_failures :
@@ -22,6 +24,9 @@ install:
22
24
sudo apt-get install -qq emacs-snapshot &&
23
25
sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk;
24
26
fi
27
+ - make deps
28
+ - cask --version
29
+ - cask
25
30
26
31
script :
27
32
lsb_release -a && $EMACS --version && make EMACS=$EMACS check
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ ELCHECKS=$(addprefix check-, $(ELFILES:.el=))
54
54
55
55
.PHONY : all compile info clean check $(ELCHECKS ) elpa package
56
56
57
+ deps :
58
+ curl -fsSkL https://raw.github.com/cask/cask/master/go | python
59
+
57
60
all : compile $(AUTOLOADS ) info
58
61
59
62
compile : $(ELCFILES )
You can’t perform that action at this time.
0 commit comments