Switch the AppVeyor clone directory to C:\testplugin
This commit is contained in:
parent
26195efa0b
commit
a33b3f189d
@ -2,6 +2,8 @@
|
|||||||
# Disabling building for AppVeyor. We are just testing things.
|
# Disabling building for AppVeyor. We are just testing things.
|
||||||
build: false
|
build: false
|
||||||
clone_depth: 10
|
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 the vim and vader directories between builds.
|
||||||
cache:
|
cache:
|
||||||
@ -33,5 +35,5 @@ install:
|
|||||||
}
|
}
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cd C:\projects\ale
|
- cd C:\testplugin
|
||||||
- 'C:\vim\vim\vim80\vim.exe -u test\vimrc "+Vader! test/test_path_uri.vader"'
|
- 'C:\vim\vim\vim80\vim.exe -u test\vimrc "+Vader! test/test_path_uri.vader"'
|
||||||
|
@ -6,7 +6,7 @@ let g:ale_set_lists_synchronously = 1
|
|||||||
" Load builtin plugins
|
" Load builtin plugins
|
||||||
" We need this because run_vim.sh sets -i NONE
|
" We need this because run_vim.sh sets -i NONE
|
||||||
if has('win32')
|
if has('win32')
|
||||||
set runtimepath=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,C:\vader,C:\projects\ale
|
set runtimepath=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,C:\vader,C:\testplugin
|
||||||
else
|
else
|
||||||
set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplugin,/vader
|
set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplugin,/vader
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user