Commits


Antoine Pitrou authored and Phillip Cloud committed 5321582b9f9
ARROW-2231: [CI] Use clcache on AppVeyor for faster builds clcache is most efficient with Ninja, so this PR switches most of the builds to it. Also the builds are upgraded to Python 3.6 from 3.5. Finally, tests are also run on debug builds. Example build without cache: https://ci.appveyor.com/project/pitrou/arrow/build/1.0.113 Example build with the cache fully primed: https://ci.appveyor.com/project/pitrou/arrow/build/1.0.143 Author: Antoine Pitrou <antoine@python.org> Closes #1679 from pitrou/ARROW-2231-appveyor-clcache and squashes the following commits: 86f97f72 <Antoine Pitrou> ARROW-2231: Use clcache on AppVeyor for faster builds