Skip to content

richelbilderbeek/travis_processing

Repository files navigation

travis_processing

Travis CI logo gplv3

Build Status

Proof of concept how to let a Processing project be tested by Travis CI.

Its goals:

  • hello_world should be verified to compile by Travis
  • hell_world should be verified not to compile by Travis
  • multitab_hello_worldshould be verified to compile by Travis
  • multitab_hell_worldshould 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.