aboutsummaryrefslogtreecommitdiff
path: root/vendor/cabal-helper-0.8.1.2/scripts/ci/steps/30-build.sh
blob: 8e71aa36bd02987f3bad7503327b7de7512ccf5b (plain) (blame)
1
2
3
4
# -fdev enables building the helper "main" exe directly and enables more warnings
cabal --sandbox-config="$sandbox_config" configure --builddir="$build_dir" --enable-tests -fdev
cabal --sandbox-config="$sandbox_config" build     --builddir="$build_dir"
cabal --sandbox-config="$sandbox_config" haddock   --builddir="$build_dir"