Cache conan.
This commit is contained in:
parent
b6d1400b23
commit
b584818f65
|
@ -314,6 +314,9 @@ for:
|
|||
|
||||
# clone directory
|
||||
clone_folder: c:\projects\valentina
|
||||
|
||||
cache:
|
||||
- C:\Users\appveyor\.conan\data -> conan-cache
|
||||
|
||||
# scripts that are called at very beginning, before repo cloning
|
||||
init:
|
||||
|
@ -517,6 +520,12 @@ for:
|
|||
- job_name: MacOS_10_15_Qt_5_15 (qbs, multibundle)
|
||||
- job_name: MacOS_10_15_Qt_5_15 (qbs, singlebundle)
|
||||
|
||||
environment:
|
||||
CONAN_USER_HOME: /Users/appveyor/.conan
|
||||
|
||||
cache:
|
||||
- /Users/appveyor/.conan/data -> conan-cache
|
||||
|
||||
init:
|
||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
||||
- sudo xcode-select -p
|
||||
|
|
Loading…
Reference in New Issue
Block a user