zuul-jobs/roles/cabal-test/README.rst
Tristan Cacqueray 8bde6d3504 cabal-test: add install_args and build_args role var
This change adds new role vars to enable setting
custom cabal arguments.

Change-Id: I4e4174117608bb76ca6e497687753cfdbc3acc02
2021-03-04 07:51:13 +00:00

476 B

Run the cabal test command.

Role Variables

The cabal target(s) to test.

Install command line arguments, for example to skip executable using "--lib".

Build command line arguments, for example to write hie files using "-fwrite-ide-info".