Skip to content

Commit

Permalink
inital config setup for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jul 1, 2014
1 parent 72d6778 commit 66983c7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
project_id: "fgmr18mx183acim0"

version: "{build}"

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

environment:
matrix:
- nodejs_version: 0.10

platform:
- x86

install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
- cmd: SET PATH=C:\python27;%PATH%
- cmd: python script/bootstrap.py
- python script/build.py

test_script:
- node --version
- npm --version
- cmd: python script/test.py

build: off

0 comments on commit 66983c7

Please sign in to comment.