forked from particle-iot/particle-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
38 lines (29 loc) · 783 Bytes
/
appveyor.yml
File metadata and controls
38 lines (29 loc) · 783 Bytes
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
29
30
31
32
33
34
35
36
37
38
init:
- git config --global core.autocrlf true
version: "{build}"
shallow_clone: true
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4.2"
- nodejs_version: "5.1"
platform:
- x86
- x64
install:
- cmd: ECHO %nodejs_version%
- cmd: SET PATH=%cd%\node_modules\.bin\;%PATH%
- ps: Install-Product node $env:nodejs_version $env:platform
- cmd: IF %nodejs_version% LSS 1 npm -g install npm
- cmd: IF %nodejs_version% LSS 1 set PATH=%APPDATA%\npm;%PATH%
build_script:
- cmd: npm install
test_script:
- cmd: npm test
deploy: off
notifications:
- provider: Slack
auth_token:
secure: b84dlqnysahaZyDd0oxm9d2Td8u+U9gtyo0u4+nnAsOz1whgbrAZ3TcXNvp1eQuJng0KSW7z7Po/LoArs9VPZw==
channel: "#open-source"