zuul-jobs/roles/cabal-test/README.rst
Tristan Cacqueray 7fdf0cc3ab cabal-test: add build target job variable
This change adds support for custom target and removes the
configure step which is not necessary.
This change also uses the copr of cabal-install to get
a more up-to-date version.

Change-Id: I538e2b24abb66181d1ead2779bf6aa3440ee58ff
2020-05-08 13:38:17 +00:00

13 lines
229 B
ReStructuredText

Run the cabal test command.
**Role Variables**
.. zuul:rolevar:: cabal_target
The cabal target(s) to test.
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
Directory to run the cabal command in.