Awesome
travis_processing
Proof of concept how to let a Processing project be tested by Travis CI.
Its goals:
hello_world
should be verified to compile by Travishell_world
should be verified not to compile by Travismultitab_hello_world
should be verified to compile by Travismultitab_hell_world
should be verified not to compile by Travis
First two goals are achieved.
Other Processing project that are tested by Travis CI
Note that these projects have a cleaner build script, build.sh
, that is identical for all projects.