[libvirt] [jenkins-ci PATCH 3/3] projects: add libvirt-ocaml project

Pino Toscano ptoscano at redhat.com
Thu Oct 11 09:19:54 UTC 2018


Not built on Debian 8, as the version of OCaml is not new enough.

Signed-off-by: Pino Toscano <ptoscano at redhat.com>
---
 jobs/defaults.yaml          |  2 ++
 projects/libvirt-ocaml.yaml | 23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 projects/libvirt-ocaml.yaml

diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml
index 5cf84dc..13cc443 100644
--- a/jobs/defaults.yaml
+++ b/jobs/defaults.yaml
@@ -51,6 +51,8 @@
         default: https://github.com/libvirt/libvirt-go-xml.git
       libvirt-go:
         default: https://github.com/libvirt/libvirt-go.git
+      libvirt-ocaml:
+        default: https://github.com/libvirt/libvirt-ocaml.git
       libvirt-perl:
         default: https://github.com/libvirt/libvirt-perl.git
       libvirt-python:
diff --git a/projects/libvirt-ocaml.yaml b/projects/libvirt-ocaml.yaml
new file mode 100644
index 0000000..efea09b
--- /dev/null
+++ b/projects/libvirt-ocaml.yaml
@@ -0,0 +1,23 @@
+
+- project:
+    name: libvirt-ocaml
+    # Debian 8 doesn't have a recent enough OCaml
+    machines:
+      - libvirt-centos-7
+      - libvirt-debian-9
+      - libvirt-fedora-27
+      - libvirt-fedora-28
+      - libvirt-fedora-rawhide
+      - libvirt-freebsd-10
+      - libvirt-freebsd-11
+    title: Libvirt OCaml
+    archive_format: xz
+    git_url: '{git_urls[libvirt-ocaml][default]}'
+    jobs:
+      - generic-build-job:
+          parent_jobs: 'libvirt-build'
+          command: |
+            autoreconf -vfi
+            ./configure --prefix=$VIRT_PREFIX --with-libvirt=$VIRT_PREFIX
+            $MAKE
+            $MAKE opt
-- 
2.17.2




More information about the libvir-list mailing list