forked from ycm-core/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 4
/
appveyor.yml
40 lines (40 loc) · 976 Bytes
/
appveyor.yml
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
37
38
39
40
version: '{build}'
branches:
# Since Homu does not support AppVeyor, we ignore the branch it uses.
except:
- auto
environment:
USE_CLANG_COMPLETER: true
COVERAGE: 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%
after_build:
- codecov
# Disable automatic tests
test: off
cache:
- '%LOCALAPPDATA%\pip\cache' # Python packages from pip
- '%APPDATA%\npm-cache' # Node packages from npm
- '%USERPROFILE%\.cargo' # Cargo package deps
- '%APPVEYOR_BUILD_FOLDER%\clang_archives' # Clang downloads
- '%APPVEYOR_BUILD_FOLDER%\third_party\racerd\target' # Racerd compilation