Skip to content

Commit

Permalink
ci(appveyor): add windows testing (#1468)
Browse files Browse the repository at this point in the history
* ci(appveyor): init windows testing

* squash(test): ...
  • Loading branch information
michael-ciniawsky authored and evilebottnawi committed Aug 29, 2018
1 parent 418493d commit 2e1e23a
Show file tree
Hide file tree
Showing 4 changed files with 1,022 additions and 1,039 deletions.
27 changes: 27 additions & 0 deletions appveyor.yml
@@ -0,0 +1,27 @@
build: 'off'

init:
- git config --global core.autocrlf input

environment:
matrix:
- nodejs_version: '10'
webpack_version: latest
- nodejs_version: '8'
webpack_version: latest
- nodejs_version: '6'
webpack_version: latest

matrix:
fast_finish: true

install:
- ps: Install-Product node $env:nodejs_version x64
- npm i -g npm@latest
- npm i

before_test:
- cmd: npm i webpack@%webpack_version%

test_script:
- cmd: npm t

0 comments on commit 2e1e23a

Please sign in to comment.