Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T20:13:30.000Z (over 8 years ago)
- Last Synced: 2024-10-27T18:41:58.880Z (about 2 months 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
[![Travis CI logo](TravisCI.png)](https://travis-ci.org)
[![gplv3](http://www.gnu.org/graphics/gplv3-88x31.png)](http://www.gnu.org/licenses/gpl.html)[![Build Status](https://travis-ci.org/richelbilderbeek/travis_processing.svg?branch=master)](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 TravisFirst 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.
* [![Build Status](https://travis-ci.org/richelbilderbeek/LonelierPong.svg?branch=master)](https://travis-ci.org/richelbilderbeek/LonelierPong) [LonelierPong](https://github.com/richelbilderbeek/LonelierPong)
* [![Build Status](https://travis-ci.org/richelbilderbeek/Pron.svg?branch=master)](https://travis-ci.org/richelbilderbeek/Pron) [Pron](https://github.com/richelbilderbeek/Pron)
* [![Build Status](https://travis-ci.org/richelbilderbeek/Prong.svg?branch=master)](https://travis-ci.org/richelbilderbeek/Prong) [Prong](https://github.com/richelbilderbeek/Prong)
* [![Build Status](https://travis-ci.org/richelbilderbeek/ProtonTank.svg?branch=master)](https://travis-ci.org/richelbilderbeek/ProtonTank) [ProtonTank](https://github.com/richelbilderbeek/ProtonTank)
* [![Build Status](https://travis-ci.org/richelbilderbeek/ProPokeVolley.svg?branch=master)](https://travis-ci.org/richelbilderbeek/ProPokeVolley) [ProPokeVolley](https://github.com/richelbilderbeek/ProPokeVolley)