calibre/appveyor.yml
Kovid Goyal 1371f6c858 Get rid of mock
Shaves several seconds of the CI builds
2016-12-05 19:34:53 +05:30

29 lines
458 B
YAML

os: Visual Studio 2015
clone_folder: C:\calibre
clone_depth: 5
branches:
only:
- vs2015
cache:
- .build-cache
environment:
SW: C:\sw
QMAKE: C:\sw\qt\bin\qmake.exe
QT_PLUGIN_PATH: C:\sw\qt\plugins
platform:
- x64
before_build:
- C:\Python35-x64\python.exe setup/win-ci.py sw
build_script:
- C:\sw\private\python\python.exe setup/win-ci.py build
test_script:
- C:\sw\private\python\python.exe setup/win-ci.py test