mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 19:57:14 +02:00
Try and tweak the cache settings to get a valid git repo back.
This commit is contained in:
@ -5,7 +5,7 @@ notifications:
|
|||||||
on_build_status_changed: true
|
on_build_status_changed: true
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -m0=lzma -mx=1
|
APPVEYOR_CACHE_ENTRY_ZIP_ARGS: -t7z -m0=lzma2 -mx=3
|
||||||
matrix:
|
matrix:
|
||||||
- TOOLSET: vs-2008
|
- TOOLSET: vs-2008
|
||||||
platform: 32
|
platform: 32
|
||||||
@ -44,3 +44,4 @@ on_failure: python ../ci_boost_library_test.py on_failure
|
|||||||
on_finish: python ../ci_boost_library_test.py on_finish
|
on_finish: python ../ci_boost_library_test.py on_finish
|
||||||
cache:
|
cache:
|
||||||
- C:\projects\boostorg\boost -> appveyor.yml
|
- C:\projects\boostorg\boost -> appveyor.yml
|
||||||
|
- C:\projects\boostorg\boost\.git -> appveyor.yml
|
||||||
|
Reference in New Issue
Block a user