Cache quicklisp/ directory on Circle CI.

This commit is contained in:
Eitaro Fukamachi 2015-06-09 16:34:56 +09:00
parent 72e0712719
commit cb2c242016

View file

@ -12,7 +12,9 @@ dependencies:
- git clone https://github.com/fukamachi/qlot ~/lisp/qlot
- ros install qlot
override:
- qlot install
- if [ ! -d quicklisp ]; then qlot install; fi
cache_directories:
- "quicklisp"
test:
override: