tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

Make the CI build be stack --docker based. #62

Closed mboes closed 8 years ago

mboes commented 8 years ago

In this way, we get to test that things still build fine in the Docker image. As a side effect, we also get to exercise the nix-shell too, since Docker uses it internally.

This change has the added benefit of making the CI steps shorter and simpler.

robinbb commented 8 years ago

Builds!