mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Import appveyor.yml from vs2015 branch
This commit is contained in:
parent
ab3471e7cf
commit
8b24a6126b
24
appveyor.yml
Normal file
24
appveyor.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
os: Visual Studio 2015
|
||||||
|
|
||||||
|
clone_folder: C:\calibre
|
||||||
|
clone_depth: 5
|
||||||
|
|
||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user