mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Get rid of Appveyor
This commit is contained in:
parent
a3ac1900f6
commit
af1d3ab225
@ -1,34 +0,0 @@
|
|||||||
os: Visual Studio 2015
|
|
||||||
|
|
||||||
clone_folder: C:\calibre
|
|
||||||
clone_depth: 5
|
|
||||||
|
|
||||||
cache:
|
|
||||||
- .build-cache
|
|
||||||
- node_modules -> .appveyor.yml
|
|
||||||
|
|
||||||
install:
|
|
||||||
- ps: Install-Product node 7
|
|
||||||
- node --version
|
|
||||||
- npm --version
|
|
||||||
- appveyor-retry npm install --no-optional rapydscript-ng regenerator uglify-js
|
|
||||||
- set PATH=node_modules\.bin;%PATH%
|
|
||||||
- rapydscript --version
|
|
||||||
|
|
||||||
environment:
|
|
||||||
SW: C:\sw
|
|
||||||
QMAKE: C:\sw\qt\bin\qmake.exe
|
|
||||||
QT_PLUGIN_PATH: C:\sw\qt\plugins
|
|
||||||
|
|
||||||
platform:
|
|
||||||
- x64
|
|
||||||
- x86
|
|
||||||
|
|
||||||
before_build:
|
|
||||||
- C:\Python36-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