diff options
author | Will Thompson <will@willthompson.co.uk> | 2015-08-18 12:15:15 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2015-08-18 12:15:15 +0100 |
commit | 0328a9024234c8fab001726786c09b5f9b36192e (patch) | |
tree | 6e9222dd924d00cb622c7ac8cb306419d032d5c3 /make_travis_yml.hs | |
parent | f04933d41fda1241f12fa13db7ccbb35e45ca035 (diff) |
travis: more test woes
Diffstat (limited to 'make_travis_yml.hs')
-rwxr-xr-x | make_travis_yml.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make_travis_yml.hs b/make_travis_yml.hs index bb21180..551cbd5 100755 --- a/make_travis_yml.hs +++ b/make_travis_yml.hs @@ -170,7 +170,9 @@ genTravisFromCabalFile fn xpkgs = do , " - if [ -f configure.ac ]; then autoreconf -i; fi" , " - cabal configure --enable-tests --enable-benchmarks -v2 # -v2 provides useful information for debugging" , " - cabal build # this builds all libraries and executables (including tests/benchmarks)" - , " - cabal test -j1 # TODO: -j1 to attempt to work around Cabal-the-library version mismatch" + -- FIXME + -- , " - cabal test" + , " - ./dist/setup/setup test" , " - cabal check" , " - cabal sdist # tests that a source-distribution can be generated" , "" |