qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task
@ 2019-03-04 10:32 Thomas Huth
  2019-03-04 11:08 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Huth @ 2019-03-04 10:32 UTC (permalink / raw)
  To: qemu-devel, Ed Maste, Li-Wen Hsu
  Cc: Peter Maydell, Alex Bennée, Philippe Mathieu-Daudé

cirrus-ci.com also has the possibility to run CI tasks on macOS.
Since most of the QEMU developers do not have access to macOS yet,
let's add a CI pipeline for this operating system here, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 You can see an example here: https://cirrus-ci.com/task/5099494325616640

 .cirrus.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 303fe72..e3d375b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,3 +14,15 @@ freebsd_12_task:
     - ../configure || { cat config.log; exit 1; }
     - gmake -j8
     - gmake -j8 V=1 check
+
+macos_task:
+  osx_instance:
+    image: high-sierra-base
+  env:
+    CIRRUS_CLONE_DEPTH: 1
+  install_script:
+    - brew install pkg-config glib pixman make sdl2
+  script:
+    - ./configure || { cat config.log; exit 1; }
+    - gmake -j$(sysctl -n hw.ncpu)
+    - gmake check -j$(sysctl -n hw.ncpu)
-- 
1.8.3.1

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

end of thread, other threads:[~2019-03-08  7:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-04 10:32 [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task Thomas Huth
2019-03-04 11:08 ` Philippe Mathieu-Daudé
2019-03-04 11:39   ` Thomas Huth
2019-03-07 19:28     ` Ed Maste
2019-03-07 20:26   ` Ed Maste
2019-03-07 20:30     ` Thomas Huth
2019-03-07 21:52       ` Li-Wen Hsu
2019-03-08  7:19         ` Thomas Huth
2019-03-07 21:10   ` Paolo Bonzini
2019-03-08  7:16     ` Thomas Huth

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).