Skip to content

Commit

Permalink
Move windows builds to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Dec 1, 2018
1 parent d62878e commit b6c05d6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 29 deletions.
16 changes: 1 addition & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@ matrix:
- libpng++-dev
- make
- rpm
- os: linux
services: docker
language: generic
env:
- YARN_COMMAND=dist-windows
addons:
apt:
packages:
- libx11-dev
- libxkbfile-dev
- libxtst-dev
- libpng++-dev
- make
- rpm
- os: windows
language: node_js
node_js: "10"
Expand Down Expand Up @@ -67,7 +53,7 @@ cache:
- $HOME/.cache/electron
- $HOME/.cache/electron-builder

script: ./script/travis.sh
script: yarn --link-duplicates --pure-lockfile --ignore-engines; yarn $YARN_COMMAND

notifications:
email: false
Expand Down
20 changes: 20 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
image: Visual Studio 2017

platform:
- x64

cache:
- node_modules
- '%USERPROFILE%\.electron'

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

install:
- ps: Install-Product node 8 x64
- yarn --link-duplicates --pure-lockfile --ignore-engines

build_script:
- yarn dist

test: off
14 changes: 0 additions & 14 deletions script/travis.sh

This file was deleted.

0 comments on commit b6c05d6

Please sign in to comment.