1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:20:04 +08:00
SpaceVim/bundle/incsearch.vim/appveyor.yml

36 lines
1.1 KiB
YAML
Raw Normal View History

version: 1.0.{build}
build: off
test_script:
- ps: >-
git clone --quiet --depth 1 https://github.com/thinca/vim-themis.git themis
git clone --quiet --depth 1 https://github.com/vim-jp/vital.vim.git vital
git clone --quiet --depth 1 https://github.com/haya14busa/vital-vimlcompiler vital-vimlcompiler
git clone --quiet --depth 1 https://github.com/haya14busa/vital-safe-string vital-safe-string
git clone --quiet --depth 1 https://github.com/haya14busa/vital-power-assert vital-power-assert
$zip = $Env:APPVEYOR_BUILD_FOLDER + '\vim.zip'
$vim = $Env:APPVEYOR_BUILD_FOLDER + '\vim'
(New-Object Net.WebClient).DownloadFile('http://files.kaoriya.net/vim/vim74-kaoriya-win64.zip', $zip)
[Reflection.Assembly]::LoadWithPartialName('System.IO.Compression.FileSystem') > $null
[System.IO.Compression.ZipFile]::ExtractToDirectory($zip, $vim)
$Env:THEMIS_VIM = $vim + '\vim74-kaoriya-win64\vim.exe'
& $Env:THEMIS_VIM --version
.\themis\bin\themis.bat -r --runtimepath vital --runtimepath vital-vimlcompiler --runtimepath vital-safe-string --runtimepath vital-power-assert --reporter spec