Re: [PATCH 4/4] ci: Run test suite on macOS

2020-11-24 Thread Michal Prívozník
On 11/23/20 2:46 PM, Roman Bolshakov wrote: On Fri, Nov 20, 2020 at 08:10:57AM +0100, Michal Privoznik wrote: On 11/13/20 8:08 PM, Andrea Bolognani wrote: On Fri, 2020-11-13 at 16:58 +0100, Michal Privoznik wrote: On 11/8/20 10:24 PM, Roman Bolshakov wrote: -- if test "$(uname)" = "FreeBS

Re: [PATCH 4/4] ci: Run test suite on macOS

2020-11-23 Thread Andrea Bolognani
On Mon, 2020-11-23 at 16:46 +0300, Roman Bolshakov wrote: > My intention with the patch was to remove the difference (skipping tests > on macOS) that is no longer needed. FreeBSD had the most concise > invocation, so I kept it. > > It's not trouble for me to update it to "meson dist" [1] if you th

Re: [PATCH 4/4] ci: Run test suite on macOS

2020-11-23 Thread Roman Bolshakov
On Fri, Nov 20, 2020 at 08:10:57AM +0100, Michal Privoznik wrote: > On 11/13/20 8:08 PM, Andrea Bolognani wrote: > > On Fri, 2020-11-13 at 16:58 +0100, Michal Privoznik wrote: > > > On 11/8/20 10:24 PM, Roman Bolshakov wrote: > > > > -- if test "$(uname)" = "FreeBSD"; then ninja -C build dist;

Re: [PATCH 4/4] ci: Run test suite on macOS

2020-11-19 Thread Michal Privoznik
On 11/13/20 8:08 PM, Andrea Bolognani wrote: On Fri, 2020-11-13 at 16:58 +0100, Michal Privoznik wrote: On 11/8/20 10:24 PM, Roman Bolshakov wrote: -- if test "$(uname)" = "FreeBSD"; then ninja -C build dist; fi -- if test "$(uname)" = "Darwin"; then ninja -C build && ninja -C build in

Re: [PATCH 4/4] ci: Run test suite on macOS

2020-11-13 Thread Andrea Bolognani
On Fri, 2020-11-13 at 16:58 +0100, Michal Privoznik wrote: > On 11/8/20 10:24 PM, Roman Bolshakov wrote: > > -- if test "$(uname)" = "FreeBSD"; then ninja -C build dist; fi > > -- if test "$(uname)" = "Darwin"; then ninja -C build && ninja -C build > > install; fi > > +- ninja -C build

Re: [PATCH 4/4] ci: Run test suite on macOS

2020-11-13 Thread Michal Privoznik
On 11/8/20 10:24 PM, Roman Bolshakov wrote: There's no need to have different CI process between macOS and FreeBSD as test suite has been fixed on macOS. Signed-off-by: Roman Bolshakov --- ci/cirrus/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/cirrus/bui

[PATCH 4/4] ci: Run test suite on macOS

2020-11-08 Thread Roman Bolshakov
There's no need to have different CI process between macOS and FreeBSD as test suite has been fixed on macOS. Signed-off-by: Roman Bolshakov --- ci/cirrus/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/cirrus/build.yml b/ci/cirrus/build.yml index 912284b906..d