Skip to content

Commit

Permalink
add appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ctxhou committed Nov 26, 2017
1 parent 05db4c9 commit 14a41cd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 147 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "6"

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install

# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm test

# Don't actually build.
build: off
147 changes: 0 additions & 147 deletions compositor.json

This file was deleted.

0 comments on commit 14a41cd

Please sign in to comment.