robert-w-gries / rxinu

Rust implementation of Xinu educational operating system
Apache License 2.0
34 stars 4 forks source link

Enable Travis CI and rustfmt #5

Closed robert-w-gries closed 7 years ago

robert-w-gries commented 7 years ago

Pushes to the repo and Pull Requests now trigger a Travis CI build which does the following:

  1. Install the latest nightly rust compiler
  2. Run rustfmt to see if the code adheres to rust style guidelines
  3. Build the kernel for i686 and x86_64 architectures.