mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Try and set up Vader only if needed too
This commit is contained in:
@@ -19,10 +19,13 @@ install:
|
||||
-OutFile C:\rt.zip
|
||||
[IO.Compression.ZipFile]::ExtractToDirectory('C:\rt.zip', 'C:\vim')
|
||||
}
|
||||
- git clone https://github.com/junegunn/vader.vim C:\vader
|
||||
- cd C:\vader
|
||||
- git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
|
||||
- cd C:\
|
||||
# Clone Vader and check out the commit we want
|
||||
- ps: >-
|
||||
if (!(Test-Path -Path C:\vader)){
|
||||
git clone https://github.com/junegunn/vader.vim C:\vader
|
||||
cd C:\vader
|
||||
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
|
||||
}
|
||||
|
||||
test_script:
|
||||
- cd C:\projects\ale
|
||||
|
||||
Reference in New Issue
Block a user