From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] Introduce travis builds for github repositories Date: Thu, 24 Jan 2019 19:18:41 +0100 Message-ID: <41879020.unNp0mDazo@xps> References: <20190123220714.20763-1-msantana@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Aaron Conole , Bruce Richardson , Ferruh Yigit To: Michael Santana Return-path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id EFC504F9C for ; Thu, 24 Jan 2019 19:18:46 +0100 (CET) In-Reply-To: <20190123220714.20763-1-msantana@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/01/2019 23:07, Michael Santana: > +if [ "${NINJABUILD}" == "1" ]; then > + meson build > + ninja -C build > +else > + make config T=x86_64-native-linuxapp-${CC} > + if [ "${SHARED}" == "1" ]; then > + set_conf build CONFIG_RTE_BUILD_SHARED_LIB y > + fi > + > + if [ "${KERNEL}" == "1" ]; then > + echo Unsupported kernel builds at the moment > + fi Do we really want to support the "make system", given that it is going to be deprecated this year?