Skip to content

Commit

Permalink
appveyor test
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Nov 4, 2018
1 parent 1f1ed48 commit e921d66
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
image: Visual Studio 2017

platform:
- x64

environment:
matrix:
- nodejs_version: 10

cache:
- '%LOCALAPPDATA%/Yarn'
- node_modules -> package.json
- flow-typed
- '%USERPROFILE%\.electron'

matrix:
fast_finish: true

build: off

version: '{build}'

shallow_clone: true

clone_depth: 1

install:
- ps: Install-Product node $env:nodejs_version x64
- set CI=true
- yarn

test_script:
- yarn package-all
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint-styles-fix": "yarn --silent lint-styles --fix; exit 0",
"package": "yarn build && electron-builder build --publish never",
"package-all": "yarn build && electron-builder build -mwl",
"package-ci": "yarn postinstall && yarn build && electron-builder -mwl --publish onTag",
"package-ci": "yarn postinstall && yarn build && electron-builder --publish onTag",
"package-linux": "yarn build && electron-builder build --linux",
"package-win": "yarn build && electron-builder build --win --x64",
"postinstall": "yarn flow-typed && yarn build-dll && electron-builder install-app-deps package.json",
Expand Down

0 comments on commit e921d66

Please sign in to comment.