Continuous integration and deployment via Travis.#7
Continuous integration and deployment via Travis.#7sampottinger wants to merge 82 commits intoantlrfrom
Conversation
|
Note that this is enabled by processing#5753 but is not expressly part of that PR. |
Add deploy step for travis
|
Sorry for some of the mess. Looks like this is working! Will run tests for PRs in non-master branches. Changes on master will cause a deploy which upload to S3 using a new |
Sync up to the travis branch to support early adopters.
|
Note that this is derived from processing#5753. After processing#5753 is resolved, I can get this PR pointing back at the original processing repo. |
Fix FX2D fullScreen from processing#5753 for sampottinger/master.
Various upgrades from ANTLR branch
Fix antlr handling of code folder
…ssing into antlr_fix_performance
Fix escaped characters for character literals.
[master] A number of performance improvements for ANTLR including new grammar
Automated code import fix
Fix timestamp injection on deploy.
Error message generation fixes
Sync sampottinger/master with latest from ANTLR branch.
Expose width and height of sketch on preprocessor result.
Allow PdePreprocessor clients to specify code folder imports flexibly.
Update travis branch with processing-master
Update sampottinger/master with recent changes to processing/master
|
Ah dang it looks like this got polluted from |
|
Superseded by #70. |
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.