run against the persistent-mongoDB test suite

This commit is contained in:
Greg Weber 2015-08-08 11:47:31 -07:00 committed by Victor Denisov
parent 2452e3c6ec
commit 71111d45f1

View file

@ -69,3 +69,9 @@ script:
echo "expected '$SRC_TGZ' not found"; echo "expected '$SRC_TGZ' not found";
exit 1; exit 1;
fi fi
- git clone https://github.com/yesodweb/persistent
- cd persistent
- "cabal install ./persistent ./persistent-mongoDB --only-dependencies"
- cd persistent-test
- cabal install -fmongodb --enable-tests
- "cabal configure -fmongodb --enable-tests && cabal test"