gregmac / ballast

Apache License 2.0
0 stars 0 forks source link

Create CI build #1

Open gregmac opened 8 years ago

gregmac commented 8 years ago

Current state:

Initially used electron-builder and ran on appveyor and travis-ci, but electron-builder was awkard to get building non-native packages, and more importantly, has no ARM build.

Switched to electron-packager, and have successful builds for Linux (x86, amd64, arm) and Windows (x86 and amd64): https://ci.appveyor.com/project/gregmac/ballast/build/0.1.0.12/artifacts. Appveyor (on Windows) will not build for Mac because of some symlink problem.

Todo: