mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
AppVeyor: save cache in the devel branch
This commit is contained in:
parent
9194f55375
commit
46bda93863
@ -8,7 +8,7 @@ environment:
|
|||||||
GIT_LFS_SKIP_SMUDGE: 1
|
GIT_LFS_SKIP_SMUDGE: 1
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- NimBinaries -> .appveyor.yml
|
- NimBinaries
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# We always want 32-bit and 64-bit compilation
|
# We always want 32-bit and 64-bit compilation
|
||||||
@ -22,8 +22,8 @@ platform:
|
|||||||
clone_depth: 10
|
clone_depth: 10
|
||||||
|
|
||||||
init:
|
init:
|
||||||
# disable cache saving outside the master branch
|
# disable cache saving outside the master and devel branches
|
||||||
- ps: IF ("$env:APPVEYOR_REPO_BRANCH" -ne "master") { $env:APPVEYOR_CACHE_SKIP_SAVE = "true" }
|
- ps: IF ("$env:APPVEYOR_REPO_BRANCH" -ne "master" -and "$env:APPVEYOR_REPO_BRANCH" -ne "devel") { $env:APPVEYOR_CACHE_SKIP_SAVE = "true" }
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user