Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Lemme try addin the yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Aug 16, 2014
1 parent eb219d1 commit 8fe3cb2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
@@ -0,0 +1,17 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml

nodejs_version: 0.10

install:
- cd wp8
- npm install

build: off

test_script:
- node --version
- npm --version
- msbuild /version
- wp8\bin\create .\testcreate
- .\testcreate\cordova\build

0 comments on commit 8fe3cb2

Please sign in to comment.