sampottinger / processing

Source code for the Processing Core and Development Environment (PDE)
http://processing.org
Other
10 stars 1 forks source link

Continuous integration and deployment via travis #70

Closed sampottinger closed 5 years ago

sampottinger commented 5 years ago

Based off of processing#5753, demonstrates the use of Travis to build, test, and release processing with code signing. Requires use of OpenJDK (processing#5753). Will address processing#2747. Will redirect this to the original processing repo after processing#5753 is resolved.

Note that this supersedes #7 which became polluted during a recent update from processing/master.

sampottinger commented 5 years ago

Note that, to have edits from travis_java_11 enter into master, one should use travis_java_11_to_master instead of opening a PR from this branch (travis_java_11) directly. This prevents branches' histories from becoming polluted until some PRs get moving.

sampottinger commented 5 years ago

Looks like not quite everything cut over. Looking into it now.

sampottinger commented 5 years ago

Sorry ... there's a lot of branches to balance here. There was an accidental merge from master and the history became polluted. Will need to re-branch. :(