https://github.com/richelbilderbeek/travis_processing
Minimal Processing project that is tested by Travis CI
https://github.com/richelbilderbeek/travis_processing
continuous-integration processing travis-ci
Last synced: about 1 year ago
JSON representation
Minimal Processing project that is tested by Travis CI
- Host: GitHub
- URL: https://github.com/richelbilderbeek/travis_processing
- Owner: richelbilderbeek
- License: gpl-3.0
- Created: 2016-05-08T16:43:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T20:13:30.000Z (almost 10 years ago)
- Last Synced: 2025-02-13T19:19:07.303Z (over 1 year ago)
- Topics: continuous-integration, processing, travis-ci
- Language: Shell
- Size: 32.2 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# travis_processing
[](https://travis-ci.org)
[](http://www.gnu.org/licenses/gpl.html)
[](https://travis-ci.org/richelbilderbeek/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 Travis
* `hell_world` should be verified *not* to compile by Travis
* `multitab_hello_world`should be verified to compile by Travis
* `multitab_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.
* [](https://travis-ci.org/richelbilderbeek/LonelierPong) [LonelierPong](https://github.com/richelbilderbeek/LonelierPong)
* [](https://travis-ci.org/richelbilderbeek/Pron) [Pron](https://github.com/richelbilderbeek/Pron)
* [](https://travis-ci.org/richelbilderbeek/Prong) [Prong](https://github.com/richelbilderbeek/Prong)
* [](https://travis-ci.org/richelbilderbeek/ProtonTank) [ProtonTank](https://github.com/richelbilderbeek/ProtonTank)
* [](https://travis-ci.org/richelbilderbeek/ProPokeVolley) [ProPokeVolley](https://github.com/richelbilderbeek/ProPokeVolley)