Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 962 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 962 Bytes

mumuki-hspec-server

Build Status

Snap server for running GHC tests, as part of Mumuki infrastructure

Please check the Mumuki Wiki for more information.

Building & running from source

Initial setup

cabal sandbox init
cabal install --dependencies-only --enable-tests
cabal configure --enable-tests

Building the server

cabal build

Running tests

cabal test

Running the server

cabal run

Notice: you may want to change the following files:

  • prod/config/Config (for running the runner locally)
  • prod/config/Test (for testing the runner locally)

with local configuration

runhaskellArgs = ["-package-db=./.cabal-sandbox/x86_64-linux-ghc-7.6.3-packages.conf.d"]