Try and set up Vader only if needed too
This commit is contained in:
parent
02aad45aa6
commit
963e16870b
@ -19,10 +19,13 @@ install:
|
|||||||
-OutFile C:\rt.zip
|
-OutFile C:\rt.zip
|
||||||
[IO.Compression.ZipFile]::ExtractToDirectory('C:\rt.zip', 'C:\vim')
|
[IO.Compression.ZipFile]::ExtractToDirectory('C:\rt.zip', 'C:\vim')
|
||||||
}
|
}
|
||||||
- git clone https://github.com/junegunn/vader.vim C:\vader
|
# Clone Vader and check out the commit we want
|
||||||
- cd C:\vader
|
- ps: >-
|
||||||
- git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
|
if (!(Test-Path -Path C:\vader)){
|
||||||
- cd C:\
|
git clone https://github.com/junegunn/vader.vim C:\vader
|
||||||
|
cd C:\vader
|
||||||
|
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
|
||||||
|
}
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cd C:\projects\ale
|
- cd C:\projects\ale
|
||||||
|
Loading…
x
Reference in New Issue
Block a user