Skip to content

Commit

Permalink
build: keep optional appveyor for now (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 8, 2020
1 parent 46311d2 commit 6b0ffec
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions appveyor.yml
@@ -0,0 +1,26 @@
environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '12'

matrix:
fast_finish: true

cache:
- '%APPDATA%\npm-cache'

install:
- ps: Install-Product node $env:nodejs_version
- npm install --global npm@latest
- npm ci

build: off

before_test:
- git config --global user.name 'CI'
- git config --global user.email 'dummy@example.org'
- node --version
- npm --version

test_script:
- npm run test-windows

0 comments on commit 6b0ffec

Please sign in to comment.