UNPKG

node-sword

Version:

Sword Engine(Crosswire) for NodeJS (C++ Addon)

32 lines (28 loc) 800 B
environment: matrix: #- nodejs_version: 0.8.28 - nodejs_version: 0.10.32 - nodejs_version: 0.11.13 platform: - x64 - x86 shallow_clone: true install: #- ps: Update-NodeJsInstallation $env:nodejs_version $env:Platform # http://help.appveyor.com/discussions/problems/618-nodejs-10030-doesnt-work-on-appveyor-cant-find-npm#comment_34002825 - ps: Install-Product node $env:nodejs_version $env:Platform - ps: gcm node - ps: gcm npm - node --version - npm --version - SET PATH=%APPDATA%\npm;%PATH% - npm update -g npm - npm --version - node -e "console.log(process.arch);" - if "%PLATFORM%" == "x64" set PATH=C:\Python27-x64;%PATH% - if "%PLATFORM%" == "x86" SET PATH=C:\python27;%PATH% - npm install - .\scripts\test.bat build: off test: off deploy: off