Use conan-data cache when doing a conan deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-02-08 11:05:21 +01:00
parent 02c0d1c27e
commit 9f7557eecb
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ steps:
- wine build-release-windows/bin/pkmnLibTests.exe -s
- name: conan-deploy
image: deukhoofd/linux64builder
volumes:
- name: conan-data
path: /root/.conan/data
environment:
CONAN_LOGIN_USERNAME:
from_secret: conan_username