forked from jensweigele/ioBroker.yahka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
28 lines (28 loc) · 843 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: 'test-{build}'
environment:
matrix:
- nodejs_version: '4'
- nodejs_version: '6'
- nodejs_version: '8'
platform:
- x86
- x64
clone_folder: 'c:\projects\%APPVEYOR_PROJECT_NAME%'
install:
- ps: 'Install-Product node $env:nodejs_version $env:platform'
- appveyor DownloadFile https://www.samuelattard.com/files/bonjourcore2.msi
- msiexec /i bonjourcore2.msi /qn
- del bonjourcore2.msi
- appveyor DownloadFile https://www.samuelattard.com/files/bonjoursdksetup.exe
- bonjoursdksetup.exe /quiet
- del bonjoursdksetup.exe
- set BONJOUR_SDK_HOME=C:\Program Files\Bonjour SDK
- npm install
- npm install [email protected]
- 'npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production'
test_script:
- echo %cd%
- node --version
- npm --version
- npm test
build: 'off'