forked from colonelpanic/dotfiles
[travis] Run make on org
This commit is contained in:
parent
83137e6be6
commit
f4e0728237
@ -13,6 +13,18 @@ export PATH="$HOME/.evm/bin:$PATH"
|
||||
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
|
||||
|
||||
cask install
|
||||
run_make_on_org
|
||||
cask exec emacs --script generate-html.el
|
||||
|
||||
mv "$THIS_DIR/../dotfiles/emacs.d/README.html" .
|
||||
|
||||
|
||||
function run_make_on_org () {
|
||||
original="$(pwd)"
|
||||
cd .cask
|
||||
cd "$(ls | head)"
|
||||
cd elpa
|
||||
cd "$(ls | grep org-plus)"
|
||||
make autoloads
|
||||
cd $original
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user