7fdf0cc3ab
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
8 lines
219 B
YAML
8 lines
219 B
YAML
cabal_target: ""
|
|
|
|
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
|
|
|
_cabal_install_args: "--only-dependencies {{ cabal_target }}"
|
|
_cabal_build_args: "--enable-tests {{ cabal_target }}"
|
|
_cabal_test_args: "{{ cabal_target }}"
|