os: Visual Studio 2017 cache: c:\users\appveyor\clcache init: - set PATH=c:\Python37;c:\Python37\Scripts;%PATH% - pip install clcache before_build: - clcache -s build_script: - md build - cd build - cmake -G "Visual Studio 15 2017 Win64" .. - MSBuild turtlecoin-crypto.sln /p:CLToolExe=clcache.exe /p:CLToolPath=c:\Python37\Scripts\ /p:Configuration=Release /m after_build: - clcache -s