YouCompleteMe/appveyor.yml

23 lines
420 B
YAML
Raw Normal View History

2015-04-28 13:52:52 +02:00
version: '{build}'
image: Visual Studio 2017
2015-04-28 13:52:52 +02:00
environment:
2016-10-27 22:46:56 +02:00
COVERAGE: true
2015-04-28 13:52:52 +02:00
matrix:
- arch: 32
2018-07-23 21:29:48 +02:00
python: 37
# We only test Python 2.7 on 64 bits.
2015-04-28 13:52:52 +02:00
- arch: 64
python: 27
- arch: 64
2018-07-23 21:29:48 +02:00
python: 37
2015-04-28 13:52:52 +02:00
install:
- ci\appveyor\appveyor_install.bat
2015-04-28 13:52:52 +02:00
build_script:
- python run_tests.py
after_build:
- codecov
2015-04-28 13:52:52 +02:00
# Disable automatic tests
test: off
cache:
- '%LOCALAPPDATA%\pip\cache' # Python packages from pip