zuul-jobs/test-playbooks/haskell/setup-stack-project.yaml
Tristan Cacqueray cf64b73f78 haskell-stack-test: add haskell tool stack test
This change adds a new job to test stack based haskell project.

Change-Id: Ie3492097b351eec743d98e9ca8bc693c00c11a78
2020-05-01 15:35:33 +00:00

8 lines
187 B
YAML

- hosts: all
tasks:
- name: Setup file
command: stack new new-project
- name: Copy file over zuul-jobs
command: rsync -a new-project/ "{{ zuul.project.src_dir }}/"