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

28 lines
1.0 KiB
YAML
Raw Normal View History

2018-03-20 21:40:57 +08:00
version: 0.8.0-dev.{build}
2017-12-17 23:20:42 +08:00
pull_requests:
do_not_increment_build_number: true
skip_tags: true
2017-10-10 20:03:05 +08:00
clone_depth: 1
2017-10-22 21:27:45 +08:00
environment:
matrix:
- CONDITION: Official latest-32
install:
2017-10-22 22:14:36 +08:00
- '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'
2017-10-22 21:27:45 +08:00
- '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'
2017-10-22 22:03:31 +08:00
- 'git clone -q --depth 1 --single-branch https://github.com/Shougo/dein.vim C:\Users\appveyor\.cache\vimfiles\repos\github.com\Shougo\dein.vim'
2017-10-22 21:27:45 +08:00
- 'set THEMIS_HOME=%TEMP%\vim-themis'
- 'set PATH=%THEMIS_HOME%\bin;%PATH%'
- ps: .ci/install.ps1
2017-10-10 20:03:05 +08:00
test_script:
2017-10-22 21:27:45 +08:00
- 'echo %PATH%'
- 'echo %THEMIS_HOME%'
- 'echo %THEMIS_VIM%'
- 'echo %THEMIS_ARGS%'
- '%THEMIS_VIM% --version'
2017-10-22 21:37:17 +08:00
- '%THEMIS_VIM% -Nu test/vimrc -c "Vader! test/**"'
2017-10-10 20:03:05 +08:00
build: off
deploy: off