Use conan cache for Windows build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-01-01 21:15:49 +01:00
parent 4022d40f59
commit 23bcec9b75
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ steps:
- valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 build-release/bin/pkmnLibTests
- name: test-release-windows
image: deukhoofd/windowsbuilder
volumes:
- name: conan-data
path: /root/.conan/data
environment:
CONAN_CMAKE_FIND_ROOT_PATH: /usr/x86_64-w64-mingw32
CHOST: x86_64-w64-mingw32