mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-22 13:42:47 +00:00
preserve cache
This commit is contained in:
parent
ee58c1c8af
commit
1457aa3caa
|
@ -53,13 +53,13 @@ for:
|
||||||
- cargo -vV
|
- cargo -vV
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- '%USERPROFILE%\.cache -> Cargo.toml'
|
- '%USERPROFILE%\.cache'
|
||||||
- '%USERPROFILE%\.cargo\bin -> Cargo.toml'
|
- '%USERPROFILE%\.cargo\bin'
|
||||||
- '%USERPROFILE%\.cargo\registry\index -> Cargo.toml'
|
- '%USERPROFILE%\.cargo\registry\index'
|
||||||
- '%USERPROFILE%\.cargo\registry\cache -> Cargo.toml'
|
- '%USERPROFILE%\.cargo\registry\cache'
|
||||||
- '%USERPROFILE%\.cargo\git\db -> Cargo.toml'
|
- '%USERPROFILE%\.cargo\git\db'
|
||||||
- '%USERPROFILE%\.rustup -> Cargo.toml'
|
- '%USERPROFILE%\.rustup'
|
||||||
- 'target -> Cargo.toml'
|
- 'target'
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
#- set DRS_BUILD_VERSION_OVERRIDE=%APPVEYOR_BUILD_VERSION%
|
#- set DRS_BUILD_VERSION_OVERRIDE=%APPVEYOR_BUILD_VERSION%
|
||||||
|
@ -96,13 +96,13 @@ for:
|
||||||
- cargo install cargo-bundle --force
|
- cargo install cargo-bundle --force
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- '$HOME/.cache -> Cargo.toml'
|
- '$HOME/.cache'
|
||||||
- '$HOME/.cargo/bin -> Cargo.toml'
|
- '$HOME/.cargo/bin'
|
||||||
- '$HOME/.cargo/registry/index -> Cargo.toml'
|
- '$HOME/.cargo/registry/index'
|
||||||
- '$HOME/.cargo/registry/cache -> Cargo.toml'
|
- '$HOME/.cargo/registry/cache'
|
||||||
- '$HOME/.cargo/git/db -> Cargo.toml'
|
- '$HOME/.cargo/git/db'
|
||||||
- '$HOME/.rustup -> Cargo.toml'
|
- '$HOME/.rustup'
|
||||||
- 'target -> Cargo.toml'
|
- 'target'
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
#- export DRS_BUILD_VERSION_OVERRIDE=$APPVEYOR_BUILD_VERSION
|
#- export DRS_BUILD_VERSION_OVERRIDE=$APPVEYOR_BUILD_VERSION
|
||||||
|
@ -131,13 +131,13 @@ for:
|
||||||
- cargo -vV
|
- cargo -vV
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- '$HOME/.cache -> Cargo.toml'
|
- '$HOME/.cache'
|
||||||
- '$HOME/.cargo/bin -> Cargo.toml'
|
- '$HOME/.cargo/bin'
|
||||||
- '$HOME/.cargo/registry/index -> Cargo.toml'
|
- '$HOME/.cargo/registry/index'
|
||||||
- '$HOME/.cargo/registry/cache -> Cargo.toml'
|
- '$HOME/.cargo/registry/cache'
|
||||||
- '$HOME/.cargo/git/db -> Cargo.toml'
|
- '$HOME/.cargo/git/db'
|
||||||
- '$HOME/.rustup -> Cargo.toml'
|
- '$HOME/.rustup'
|
||||||
- 'target -> Cargo.toml'
|
- 'target'
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
#- export DRS_BUILD_VERSION_OVERRIDE=$APPVEYOR_BUILD_VERSION
|
#- export DRS_BUILD_VERSION_OVERRIDE=$APPVEYOR_BUILD_VERSION
|
||||||
|
|
Loading…
Reference in a new issue