summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-01-16 14:21:33 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-01-17 15:46:09 +0100
commitcd7b5590dcd3e6450e643a1230bc0c09b3ff5ebd (patch)
tree7b6ce47e1fb1549519a92873c209bf0a95cc3959
parent4fa7c65d03ca20cde60ae41c2da6463ab7d32de4 (diff)
downloadmullvadvpn-cd7b5590dcd3e6450e643a1230bc0c09b3ff5ebd.tar.xz
mullvadvpn-cd7b5590dcd3e6450e643a1230bc0c09b3ff5ebd.zip
Cache appveyor builds
-rw-r--r--appveyor.yml5
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