73eb2de3a9
Actually the test fails with: gcc: fatal error: environment variable ‘RPM_ARCH’ not defined I believe this is caused by the package notes implementation being broken. We'll need to fix that separately.
14 lines
231 B
YAML
Executable File
14 lines
231 B
YAML
Executable File
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- ocaml
|
|
- ocaml-findlib
|
|
- ocaml-labltk-devel
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: ./basic-test.sh
|