Use conan-data cache when doing a conan deploy
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
02c0d1c27e
commit
9f7557eecb
|
@ -71,6 +71,9 @@ steps:
|
||||||
- wine build-release-windows/bin/pkmnLibTests.exe -s
|
- wine build-release-windows/bin/pkmnLibTests.exe -s
|
||||||
- name: conan-deploy
|
- name: conan-deploy
|
||||||
image: deukhoofd/linux64builder
|
image: deukhoofd/linux64builder
|
||||||
|
volumes:
|
||||||
|
- name: conan-data
|
||||||
|
path: /root/.conan/data
|
||||||
environment:
|
environment:
|
||||||
CONAN_LOGIN_USERNAME:
|
CONAN_LOGIN_USERNAME:
|
||||||
from_secret: conan_username
|
from_secret: conan_username
|
||||||
|
|
Loading…
Reference in New Issue