Make generation of Mac/Windows/Linux installers automatic via bitbucket pipelines

Issue #542 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Have installers automatically generated every time master is updated in order to streamline the release process.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Merge a branch to master or commit a change to master

CURRENT BEHAVIOR

No automatic triggering of installers.

EXPECTED BEHAVIOR

Automatic generation of installers.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Use VMs to test installer creation.

FILES AFFECTED (where the changes will be implemented) - developers only

build.gradle

LEVEL OF EFFORT - developers only

medium

COMMENTS

Currently, there are 2 of the 3 types of building strategies configured:

Mac:

gradle createDmg

Linux:

gradle buildDeb

gradle buildRpm

Comments (6)

  1. Log in to comment