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)
commita6069abe0288371f67fa5dffa81e4ec8b6bcf761
tree9efaca41887c110b5cec88f5a27c3a9b5b820ec1
parent7632da0b875f0e2ca9b5c1bc03e8a43bc25c9f9e
ci: exit setup on any error

-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