diff options
author | w0rp <devw0rp@gmail.com> | 2017-09-06 20:03:37 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-09-06 20:03:37 +0100 |
commit | e951056e7baa94dfb581bfcbd4e494efea687a83 (patch) | |
tree | bb3481de187195791c6ab09424b20bcc0f13ca34 /.appveyor.yml | |
parent | 2be39d3e1c1d73489b0048b65dbdc018606203d5 (diff) | |
download | ale-e951056e7baa94dfb581bfcbd4e494efea687a83.zip |
Try and set up Vader in AppVeyor
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index db5e0e79..975d2eef 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,8 +14,11 @@ install: -OutFile C:\vim.zip' - ps: Add-Type -A System.IO.Compression.FileSystem - ps: "[IO.Compression.ZipFile]::ExtractToDirectory('C:\\vim.zip', 'C:\\vim')" + # Set up Vader for tests + - git clone https://github.com/junegunn/vader.vim C:\vader + - cd C:\vader + - git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af + - cd C:\ test_script: - - dir C:\vim\vim - C:\vim\vim\vim80\vim.exe --version - - echo hello world |