Testing build

pull/41/head
Laurent Cozic 2017-11-13 12:11:40 +00:00
parent 47096edd11
commit afc42061d5
1 changed files with 14 additions and 18 deletions

View File

@ -1,22 +1,18 @@
# Test against the latest version of this Node.js version
environment:
nodejs_version: "8"
image: Visual Studio 2017
platform:
- x64
cache:
- node_modules
- '%USERPROFILE%\.electron'
# 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
- ps: Install-Product yarn
# install modules
- npm install
- ps: Install-Product node 8 x64
- yarn
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# Don't actually build.
build:
- ps: cd ElectronClient\app
build_script:
- ps: cd Electron\app
- yarn dist
test: off