Compare commits

...

2 Commits

Author SHA1 Message Date
Richard W.M. Jones 7f6d521715 OCaml 5.2.0 ppc64le fix 2024-06-19 13:41:07 +01:00
Richard W.M. Jones d99999b529 Add RHEL gating test 2024-06-19 09:14:59 +01:00
4 changed files with 28 additions and 1 deletions

6
gating.yaml Executable file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
Name: ocaml-cppo
Version: 1.6.9
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Equivalent of the C preprocessor for OCaml programs
License: BSD-3-Clause
@ -72,6 +72,9 @@ at build time. To use it, call ocamlbuild with the argument
%changelog
* Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 1.6.9-10
- OCaml 5.2.0 ppc64le fix
* Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 1.6.9-9
- OCaml 5.2.0 for Fedora 41

6
tests/basic-test.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash -
set -e
set -x
# XXX How to test?
# At the moment this is just an installation test.

12
tests/tests.yml Executable file
View File

@ -0,0 +1,12 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
required_packages:
- ocaml
- ocaml-cppo
tests:
- simple:
dir: .
run: ./basic-test.sh