mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-22 09:55:19 +01:00
Qt/QML edition
This commit is contained in:
commit
d7b361ba44
2168 changed files with 721948 additions and 0 deletions
38
dependencies/drivelist/appveyor.yml
vendored
Normal file
38
dependencies/drivelist/appveyor.yml
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
# appveyor file
|
||||
# http://www.appveyor.com/docs/appveyor-yml
|
||||
image:
|
||||
- Visual Studio 2015
|
||||
|
||||
init:
|
||||
- git config --global core.autocrlf input
|
||||
|
||||
cache:
|
||||
- C:\Users\appveyor\.node-gyp
|
||||
- '%AppData%\npm-cache'
|
||||
|
||||
# what combinations to test
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: 10
|
||||
- nodejs_version: 8
|
||||
- nodejs_version: 6
|
||||
- nodejs_version: 4
|
||||
|
||||
platform:
|
||||
- x86
|
||||
- x64
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- ps: Install-Product node $env:nodejs_version x64
|
||||
- npm install
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- node --version
|
||||
- npm --version
|
||||
- cmd: npm test
|
||||
|
||||
deploy_script:
|
||||
- ci\prebuild-publish.bat %nodejs_version%
|
Loading…
Add table
Add a link
Reference in a new issue