servant/servant-client/test/ghcjs/run-tests.sh

12 lines
189 B
Bash
Raw Normal View History

2015-11-25 10:31:58 +01:00
#/usr/bin/env bash
# this script has to be executed from the 'servant-client' directory
set -o errexit
npm install xhr2
export STACK_YAML=stack-ghcjs.yaml
stack setup
2016-04-06 11:43:28 +02:00
stack test --fast