Skip to content

Commit

Permalink
ci: add Appveyor CI Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Isidro A. López G committed Jul 8, 2022
1 parent deb009a commit 5e61634
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
environment:
matrix:
- nodejs_version: '12'
- nodejs_version: '14'

version: '{build}'

cache:
- node_modules -> package.json

install:
- ps: Install-Product node $env:nodejs_version x64
- node --version
- npm --version
- npm install

test_script:
- npm test
- npm run coverage

build: off
deploy: off

0 comments on commit 5e61634

Please sign in to comment.