Add CI tests
This commit is contained in:
parent
b17e9784bb
commit
166d423c82
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
required_packages:
|
||||||
|
- sed
|
||||||
|
- autotrace
|
||||||
|
# Fetch tests from GitHub upstream.
|
||||||
|
repositories:
|
||||||
|
- repo: https://github.com/autotrace/autotrace.git
|
||||||
|
dest: autotrace
|
||||||
|
tests:
|
||||||
|
- unittests:
|
||||||
|
dir: autotrace/tests
|
||||||
|
run: AUTOTRACE=/usr/bin/autotrace sh ./runtests.sh
|
Loading…
Reference in New Issue
Block a user