Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wagslane/electron-ci-boilerplate

Boilerplate for Electron deployments on CI servers
https://github.com/wagslane/electron-ci-boilerplate

Last synced: 6 days ago
JSON representation

Boilerplate for Electron deployments on CI servers

Awesome Lists containing this project

README

        

# electron-ci-boilerplate

Boilerplate for Electron deployments on CI servers

Tutorial: https://qvault.io/2019/08/08/automatic-cross-platform-deployments-with-electron-on-a-ci-server-travis/

[![Build Status](https://img.shields.io/travis/lane-c-wagner/electron-ci-boilerplate/master.svg?logo=travis&label=Build)](https://travis-ci.org/lane-c-wagner/electron-ci-boilerplate)

## Quick Start

After cloning the repo, change the appropriate variables as shown in the tutorial.

## Build locally

```bash
yarn release --publish never
```