Message ID | 20200302154630.45620-3-lvivier@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,1/3] tests/vhost-user-bridge: move to contrib/ | expand |
Laurent Vivier <lvivier@redhat.com> writes: > As we can build tools on OS X we should check we don't break build > when we submit new codes. I agree, snarfed this patch into testing/next, thanks. > > Signed-off-by: Laurent Vivier <lvivier@redhat.com> > --- > .travis.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.travis.yml b/.travis.yml > index 9867272177d4..70a24bf2fc8b 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
diff --git a/.travis.yml b/.travis.yml index 9867272177d4..70a24bf2fc8b 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
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> --- .travis.yml | 1 + 1 file changed, 1 insertion(+)