diff options
| -rw-r--r-- | appveyor.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6855739169..909cfa445c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,5 +47,10 @@ test_script: cargo test --target %TARGET% --release && echo "RELEASE TESTING DONE" ) +# Cache build binaries for faster builds next time +cache: + - C:\Users\appveyor\.cargo\registry + - target + # disable automatic builds build: false |
