Compare commits
1 commit
master
...
test-again
Author | SHA1 | Date | |
---|---|---|---|
|
71111d45f1 |
1 changed files with 6 additions and 0 deletions
|
@ -69,3 +69,9 @@ script:
|
|||
echo "expected '$SRC_TGZ' not found";
|
||||
exit 1;
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue