Skip to content

Commit

Permalink
add initial appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Dec 19, 2017
1 parent 9b2f6f5 commit c5c9746
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
clone_depth: 10

version: "{build}"

environment:
fast_finish: true
matrix:
- nodejs_version: "6"
platform: x86

build: off

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install yarn -g
- yarn
test_script:
- node --version
- npm --version
- yarn --version
- which yarn
- yarn prepare
- yarn lint
- yarn test

cache:
- node_modules -> appveyor.yml,package.json,yarn.lock
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ types.js
*.spec.js
docs
jsdoc.json
.appveyor.yml

0 comments on commit c5c9746

Please sign in to comment.