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