diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-05-29 15:21:50 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-05-29 17:39:09 +0200 |
| commit | 475248a02adf646c8139026f0047bc23500fbe9c (patch) | |
| tree | 39cda1a27b20ced44b299a94d5ad2a4eb3b8b2be | |
| parent | 6188daf9e1d3446084dcb2e11efd42806c79e0ab (diff) | |
| download | mullvadvpn-475248a02adf646c8139026f0047bc23500fbe9c.tar.xz mullvadvpn-475248a02adf646c8139026f0047bc23500fbe9c.zip | |
Remove commented out caching and mtime restore
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml index c8cb57a5b8..b432333099 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,13 +5,6 @@ image: Visual Studio 2017 platform: - x64 -cache: - # - windows\nsis-plugins\bin - # - windows\windns\bin - # - windows\winfw\bin - # - windows\winroute\bin - # - .mtime_cache - environment: global: # This is the Rust channel that build jobs will use by default but can be @@ -53,7 +46,6 @@ install: - rustc --print cfg - cargo -V - git submodule update --init - - ruby ci/mtime_cache windows/**/*.{cpp,h} --verbose --cache .mtime_cache/cache.json # This is the "test phase", tweak it as you see fit test_script: |
