Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 467 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 467 Bytes

This is the recycler game for CSCI 598B.

Build Instructions

To produce a jar file:

  • mvn assembly:assembly

To run the tests:

  • mvn test

To run tests and show code coverage:

  • mvn cobertura:cobertura
  • open target/site/cobertura/index.html

To create the HTML site:

  • mvn site

To clean the project:

  • mvn clean

Run Instructions

  1. Create a jar file.
  2. java -jar target/recycler-exe.jar

Travis CI

https://travis-ci.org/#!/csci598b/recycler