PistonDevelopers/piston-examples

Build examples in src/ folder in CI

johnthagen opened this issue · 2 comments

It would be good to build the examples in the src directory with CI to make sure they stay in sync with the latest changes in Piston.

I believe an easy way to do this would be to move them into an examples/ directory and build with --example: http://doc.crates.io/guide.html#project-layout

I thought they were built with Travis CI?

Upon closer inspection of the build log, I was mistaken. They are built with Travis. Sorry for the false alarm.