fi
- cabal build # this builds all libraries and executables (including tests/benchmarks)
- run-cabal-test test
- - cabal bench
+ - cabal bench --benchmark-options="--output benchmark.html"
- cabal check
- cabal sdist # tests that a source-distribution can be generated
# Check that the resulting source distribution can be built & installed.
# Go to haddock output dir
cd dist/doc/html/hmacaroons
+# Copy benchmark
+cp benchmark.html dist/doc/html/hmacaroons
+
# Quiet the git init message, since it's not useful in the build log
git init > /dev/null 2>&1