Skip to content

Commit 3b6f2db

Browse files
committed
appveyor- cake build
1 parent d2f8a17 commit 3b6f2db

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
image: Visual Studio 2017
2+
environment:
3+
nodejs_version: "6.9.1"
4+
install:
5+
# Get the latest stable version of Node.js or io.js
6+
- ps: Install-Product node $env:nodejs_version
7+
- ps: $env:BuildNumber= $env:APPVEYOR_BUILD_NUMBER
8+
init:
9+
- git config --global core.autocrlf true
210
build_script:
311
- cmd: PowerShell -Version 2.0 .\build.ps1
412
test: off

0 commit comments

Comments
 (0)