qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] .cirrus.yml: basic compile and test for FreeBSD
@ 2019-01-15 18:42 Ed Maste
  2019-01-15 18:51 ` Ed Maste
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Ed Maste @ 2019-01-15 18:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Ed Maste

From: Ed Maste <emaste@freebsd.org>

Cirrus-CI (https://cirrus-ci.org) is a hosted CI service which supports
several platforms, including FreeBSD.  Later on we could build for other
hosts in Cirrus-CI, but I'm starting with only FreeBSD as it is not
supported by other CI services.

Signed-off-by: Ed Maste <emaste@freebsd.org>
---
 .cirrus.yml     | 16 ++++++++++++++++
 create mode 100644 .cirrus.yml

diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 0000000000..ff4bf75ad1
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,16 @@
+freebsd_12_task:
+  freebsd_instance:
+    image: freebsd-12-0-release-amd64
+    cpu: 8
+    memory: 24G
+  env:
+    CIRRUS_CLONE_DEPTH: 1
+  install_script: pkg install -y
+    bison curl cyrus-sasl fontconfig freetype2 git glib gmake gnutls
+    nettle perl5 pixman pkgconf png usbredir
+  script:
+    - mkdir build
+    - cd build
+    - ../configure || { cat config.log; exit 1; }
+    - gmake -j8
+    - gmake -j8 check
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-01-21 12:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-15 18:42 [Qemu-devel] [PATCH] .cirrus.yml: basic compile and test for FreeBSD Ed Maste
2019-01-15 18:51 ` Ed Maste
2019-01-15 18:58   ` Philippe Mathieu-Daudé
2019-01-15 19:02   ` Eric Blake
2019-01-15 19:07     ` Eric Blake
2019-01-15 18:58 ` Marc-André Lureau
2019-01-15 19:14   ` Ed Maste
2019-01-16  6:49     ` Thomas Huth
2019-01-16  6:55 ` Thomas Huth
2019-01-16 12:26 ` Alex Bennée
     [not found]   ` <CGME20190116135613eucas1p142e90e5fdb3f7fa7c975b23e32e3b1e9@eucas1p1.samsung.com>
2019-01-16 13:56     ` Ilya Maximets
2019-01-16 14:40 ` Alex Bennée
2019-01-16 18:34   ` Ed Maste
2019-01-21 12:11 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).