mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
chore: delete appveyor.yml
This commit is contained in:
parent
c143ae0712
commit
7280ce8b07
43
appveyor.yml
43
appveyor.yml
@ -1,43 +0,0 @@
|
||||
version: 1.5.0.{build}
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
skip_tags: true
|
||||
clone_depth: 1
|
||||
environment:
|
||||
matrix:
|
||||
- CONDITION: Neovim latest-32
|
||||
- CONDITION: Neovim 0.4.3-32
|
||||
- CONDITION: Neovim 0.4.2-32
|
||||
- CONDITION: Neovim 0.3.8-32
|
||||
- CONDITION: Neovim 0.3.7-32
|
||||
- CONDITION: Neovim 0.3.5-32
|
||||
- CONDITION: Neovim 0.3.4-32
|
||||
- CONDITION: Neovim 0.3.3-32
|
||||
- CONDITION: Neovim 0.3.2-32
|
||||
- CONDITION: Neovim 0.3.1-32
|
||||
- CONDITION: Neovim 0.3.0-32
|
||||
- CONDITION: Vim latest-32
|
||||
- CONDITION: Vim 7.4.1689
|
||||
- CONDITION: Vim 8.0.0027
|
||||
- CONDITION: Vim 8.0.1453
|
||||
- CONDITION: Vim 8.1.2269
|
||||
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%'
|
||||
- 'cat --version'
|
||||
- '%THEMIS_VIM% --version'
|
||||
- '%THEMIS_VIM% -Nu test/vimrc -c "Vader! test/**"'
|
||||
build: off
|
||||
deploy: off
|
Loading…
x
Reference in New Issue
Block a user