GitXplorerGitXplorer
a

docker-grader

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2ea763c4d17e743816114c446720b655f76bc551

Initial commit.

aarjunguha committed 11 years ago

README

The README file for this repository.

DockerGrader

A docker-based grading system. To build it, you'll need:

  • ocaml-docker which needs to be manually installed for now
  • Other dependencies are available on OPAM (see the _oasis file)
  • Docker on Ubuntu 14.04
  • (Optional) Support for memory limits

See the examples/ directory for a sample assignment. Both submissions are trying to circumvent the sandbox in some way.

TODO

  • Enforce time and memory limits
  • Copy outputs to submission directory
  • Save/display warnings for debugging
  • Handle exit-codes properly