You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
369 B
21 lines
369 B
6 years ago
|
---
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-source
|
||
|
tags:
|
||
|
- classic
|
||
|
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
required_packages:
|
||
|
- cabal-install
|
||
|
- ghc-tasty-hunit-devel
|
||
|
- ghc-tasty-quickcheck-devel
|
||
|
- ghc-zlib-devel
|
||
|
tests:
|
||
|
- simple:
|
||
|
dir: simple
|
||
|
run: ./runtest.sh {{ tenv_workdir }}/source/
|
||
|
...
|