From 0236de79635740534cb5f01238a23525965a01d2 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 11 Jan 2019 14:54:30 -0800 Subject: [PATCH] Tweak caching setup on appveyor --- .appveyor.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f1acceda..147827e9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,14 +5,15 @@ environment: build: false install: - - git submodule update --init --recursive - + # Install rust - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init -yv --default-toolchain stable - - set PATH=%PATH%;%USERPROFILE%\.cargo\bin + - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin - rustc -vV - cargo -vV + # Install dependencies + - git submodule update --init - script\fetch-fixtures.cmd test_script: @@ -27,3 +28,5 @@ cache: - target - test\fixtures\grammars - C:\Users\appveyor\.cargo + - C:\cargo\registry + - C:\cargo\git