summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-08 21:54:43 +0100
committerw0rp <devw0rp@gmail.com>2017-09-08 21:54:43 +0100
commita33b3f189dc6ff4c5fe04adb2860b6ec09d2d4fb (patch)
treefad30538fc9da8731b33f9b8899f7066da4a0feb /.appveyor.yml
parent26195efa0b4fb618a52c60ab538e429c2e65742c (diff)
downloadale-a33b3f189dc6ff4c5fe04adb2860b6ec09d2d4fb.zip
Switch the AppVeyor clone directory to C:\testplugin
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index b0d1ac19..f6e7d5d3 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -2,6 +2,8 @@
# Disabling building for AppVeyor. We are just testing things.
build: false
clone_depth: 10
+# Use the directory C:\testplugin so test directories will mostly work.
+clone_folder: C:\testplugin
# Cache the vim and vader directories between builds.
cache:
@@ -33,5 +35,5 @@ install:
}
test_script:
- - cd C:\projects\ale
+ - cd C:\testplugin
- 'C:\vim\vim\vim80\vim.exe -u test\vimrc "+Vader! test/test_path_uri.vader"'