diff options
| -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: |
