8bde6d3504
This change adds new role vars to enable setting custom cabal arguments. Change-Id: I4e4174117608bb76ca6e497687753cfdbc3acc02
21 lines
476 B
ReStructuredText
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.
|