Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 772 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 772 Bytes

minibcs

The Eval.so Compilation System.

Hacking

We use SBT extensively, and so we recommend having a fairly up to date version of it.

This is the core of Eval.so, so it's reasonable to expect that anyone who hacks on this a lot has a setup somewhat-similar to the production setup. That is, they have SELinux enforcing, they have the SELinux sandbox command, and they have interpreters for languages they'll be modifying/adding set up, for testing purposes.

Building and Deploying ScalaDoc

We use the cool sbt-ghpages plugin, which internally uses sbt-site.

To deploy the docs, ensure you have push access to the repository, then run sbt ghpages-push-site.

License

Apache 2.0.