mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-20 16:48:34 +08:00
Switch the AppVeyor clone directory to C:\testplugin
This commit is contained in:
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user