diff mbox series

[v1,06/10] travis: enable tools build on OS X

Message ID 20200302181907.32110-7-alex.bennee@linaro.org
State Superseded
Headers show
Series testing/next updates (tweaks and re-greening) | expand

Commit Message

Alex Bennée March 2, 2020, 6:19 p.m. UTC
From: Laurent Vivier <lvivier@redhat.com>


As we can build tools on OS X we should check we don't break build
when we submit new codes.

Signed-off-by: Laurent Vivier <lvivier@redhat.com>

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Message-Id: <20200302154630.45620-3-lvivier@redhat.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

Comments

Philippe Mathieu-Daudé March 2, 2020, 6:46 p.m. UTC | #1
On 3/2/20 7:19 PM, Alex Bennée wrote:
> From: Laurent Vivier <lvivier@redhat.com>

> 

> As we can build tools on OS X we should check we don't break build

> when we submit new codes.

> 

> Signed-off-by: Laurent Vivier <lvivier@redhat.com>

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> Message-Id: <20200302154630.45620-3-lvivier@redhat.com>

> ---

>   .travis.yml | 1 +

>   1 file changed, 1 insertion(+)

> 

> diff --git a/.travis.yml b/.travis.yml

> index 9867272177d..70a24bf2fc8 100644

> --- a/.travis.yml

> +++ b/.travis.yml

> @@ -273,6 +273,7 @@ jobs:

>   

>       - name: "OSX Xcode 10.3"

>         env:

> +        - BASE_CONFIG="--disable-docs --enable-tools"

>           - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"

>         os: osx

>         osx_image: xcode10.3

> 


Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 9867272177d..70a24bf2fc8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -273,6 +273,7 @@  jobs:
 
     - name: "OSX Xcode 10.3"
       env:
+        - BASE_CONFIG="--disable-docs --enable-tools"
         - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
       os: osx
       osx_image: xcode10.3