]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
ci: Break the build properly if anything goes wrong
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 21 Jan 2016 18:38:24 +0000 (19:38 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 21 Jan 2016 19:21:01 +0000 (20:21 +0100)
If the make failed, we didn't bail out properly so far, leaving false
negatives of test builds behind.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
ci/build-all-configs.sh

index 92207d7f14170bda0fad26870569b8681cf2b45e..cbcbb869736c7b17f046c21faa7ab830f52ed1bb 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # Jailhouse, a Linux-based partitioning hypervisor
 #
-# Copyright (c) Siemens AG, 2015
+# Copyright (c) Siemens AG, 2015, 2016
 #
 # Authors:
 #  Jan Kiszka <jan.kiszka@siemens.com>
@@ -11,6 +11,8 @@
 # the COPYING file in the top-level directory.
 #
 
+set -e
+
 CONFIGS="x86 banana-pi vexpress"
 
 # only build a specific config if the branch selects it