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

21 lines
476 B
ReStructuredText

Run the cabal test command.
**Role Variables**
.. zuul:rolevar:: cabal_target
The cabal target(s) to test.
.. zuul:rolevar:: cabal_install_args
Install command line arguments, for example to skip executable using "--lib".
.. zuul:rolevar:: cabal_build_args
Build command line arguments, for example to write hie files using "-fwrite-ide-info".
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
Directory to run the cabal command in.