Cache some things on CIs.

This commit is contained in:
Florian Bruhin 2015-07-14 07:17:36 +02:00
parent c310156dde
commit 1a8afb95d3
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,8 @@
shallow_clone: true
version: '{branch}-{build}'
cache: C:\Users\appveyor\pip\wheels
cache:
- C:\projects\qutebrowser\.tox
- C:\projects\qutebrowser\.cache
build: off
environment:
PYTHON: 'C:\Python34'

View File

@ -7,6 +7,12 @@ os:
# Not really, but this is here so we can do stuff by hand.
language: c
cache:
directories:
- $HOME/.cache/pip
- $HOME/build/The-Compiler/qutebrowser/.tox
- $HOME/build/The-Compiler/qutebrowser/.cache
install:
- python scripts/dev/ci_install.py