ci: exit setup on any error
authorDavid Marchand <david.marchand@redhat.com>
Thu, 8 Aug 2019 12:22:17 +0000 (14:22 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 13 Sep 2019 11:19:00 +0000 (13:19 +0200)
-e is preferrable so that we can catch errors in the middle of this
script.
An example is this Travis job [1] that should have errored at the meson
install step rather than go to the build step.

Adding debug mode as it can help post-mortem.

1: https://travis-ci.com/DPDK/dpdk/jobs/223511683

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Michael Santana <msantana@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
.ci/linux-setup.sh

index a40e62e..dfb9d4a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -xe
 
 # need to install as 'root' since some of the unit tests won't run without it
 sudo python3 -m pip install --upgrade meson