forked from ycm-core/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
36 lines (36 loc) · 792 Bytes
/
Copy pathappveyor.yml
File metadata and controls
36 lines (36 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
version: '{build}'
branches:
# Since Homu does not support AppVeyor, we ignore the branch it uses.
except:
- auto
environment:
USE_CLANG_COMPLETER: true
matrix:
# We only test MSVC 11 and 12 with Python 3.5 on 64 bits.
- msvc: 11
arch: 64
python: 35
- msvc: 12
arch: 64
python: 35
- msvc: 14
arch: 32
python: 35
# We only test Python 2.7 with MSVC 14 on 64 bits.
- msvc: 14
arch: 64
python: 27
- msvc: 14
arch: 64
python: 35
install:
- ci\appveyor\appveyor_install.bat
build_script:
- python run_tests.py --msvc %MSVC%
# Disable automatic tests
test: off
cache:
- '%USERPROFILE%\.cargo -> third_party\racerd'
- 'third_party\racerd\target -> third_party\racerd'
- '%LOCALAPPDATA%\pip\cache'
- '%APPDATA%\npm-cache'