Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-07 Thread Thomas Huth
On 07/03/2019 22.52, Li-Wen Hsu wrote: > On Fri, Mar 8, 2019 at 4:30 AM Thomas Huth wrote: >> >> On 07/03/2019 21.26, Ed Maste wrote: >>> On Mon, 4 Mar 2019 at 07:11, Philippe Mathieu-Daudé >>> wrote: On 3/4/19 11:32 AM, Thomas Huth wrote: > cirrus-ci.com also has the possibility

Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-07 Thread Thomas Huth
On 07/03/2019 22.10, Paolo Bonzini wrote: > On 04/03/19 12:08, Philippe Mathieu-Daudé wrote: >> +macos_task: >> + osx_instance: >> +image: high-sierra-base >> + env: >> +CIRRUS_CLONE_DEPTH: 1 >> + install_script: >> +- brew install pkg-config glib pixman make sdl2 > > Could you

Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-07 Thread Li-Wen Hsu
On Fri, Mar 8, 2019 at 4:30 AM Thomas Huth wrote: > > On 07/03/2019 21.26, Ed Maste wrote: > > On Mon, 4 Mar 2019 at 07:11, Philippe Mathieu-Daudé > > wrote: > >> > >> On 3/4/19 11:32 AM, Thomas Huth wrote: > >>> cirrus-ci.com also has the possibility to run CI tasks on macOS. > >>> Since most

Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-07 Thread Paolo Bonzini
On 04/03/19 12:08, Philippe Mathieu-Daudé wrote: > +macos_task: > + osx_instance: > +image: high-sierra-base > + env: > +CIRRUS_CLONE_DEPTH: 1 > + install_script: > +- brew install pkg-config glib pixman make sdl2 Could you also install Python 3 ("python" in Homebrew is 3.7) and

Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-07 Thread Thomas Huth
On 07/03/2019 21.26, Ed Maste wrote: > On Mon, 4 Mar 2019 at 07:11, Philippe Mathieu-Daudé wrote: >> >> On 3/4/19 11:32 AM, Thomas Huth wrote: >>> 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

Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-07 Thread Ed Maste
On Mon, 4 Mar 2019 at 07:11, Philippe Mathieu-Daudé wrote: > > On 3/4/19 11:32 AM, Thomas Huth wrote: > > 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

Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-07 Thread Ed Maste
On Mon, 4 Mar 2019 at 06:39, Thomas Huth wrote: > > > > Can we get report of failures? (IRC, mail to ML, patchew icon) > > Honestly, I've got no clue ... this is the only help text that I've > found so far: > > https://cirrus-ci.org/guide/notifications/ I asked on twitter and was pointed at

Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-04 Thread Thomas Huth
On 04/03/2019 12.08, Philippe Mathieu-Daudé wrote: > On 3/4/19 11:32 AM, Thomas Huth wrote: >> 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. > >

Re: [Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-04 Thread Philippe Mathieu-Daudé
On 3/4/19 11:32 AM, Thomas Huth wrote: > 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. Can we get report of failures? (IRC, mail to ML, patchew

[Qemu-devel] [PATCH] cirrus.yml: Add macOS continuous integration task

2019-03-04 Thread Thomas Huth
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 --- You can see an example here: