1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:20:04 +08:00
SpaceVim/appveyor.yml
2018-12-27 07:35:16 -06:00

28 lines
1.0 KiB
YAML

version: 1.1.0-dev.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
clone_depth: 1
environment:
matrix:
- CONDITION: Official latest-32
install:
- 'reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32'
- 'reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64'
- 'git config --global user.name "Appveyor"'
- 'git config --global user.email appveyor@example.com'
- 'git clone -q --depth 1 --single-branch https://github.com/junegunn/vader.vim.git build/vader'
- 'git clone -q --depth 1 --single-branch https://github.com/Shougo/dein.vim C:\Users\appveyor\.cache\vimfiles\repos\github.com\Shougo\dein.vim'
- 'set THEMIS_HOME=%TEMP%\vim-themis'
- 'set PATH=%THEMIS_HOME%\bin;%PATH%'
- ps: .ci/install.ps1
test_script:
- 'echo %PATH%'
- 'echo %THEMIS_HOME%'
- 'echo %THEMIS_VIM%'
- 'echo %THEMIS_ARGS%'
- '%THEMIS_VIM% --version'
- '%THEMIS_VIM% -Nu test/vimrc -c "Vader! test/**"'
build: off
deploy: off