From dd1c5c61d0bdbd2f4796fb9feb0ecffe78ee070f Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 3 Apr 2018 19:36:31 +0800 Subject: [PATCH] conda: error out if command in build.sh fails --- conda/artiq-board/build.sh | 2 ++ conda/artiq-sayma_rtm/build.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/conda/artiq-board/build.sh b/conda/artiq-board/build.sh index 3b61b285e..44c067c00 100644 --- a/conda/artiq-board/build.sh +++ b/conda/artiq-board/build.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + SOC_PREFIX=$SP_DIR/artiq/binaries/${ARTIQ_TARGET}-${ARTIQ_VARIANT} mkdir -p ${SOC_PREFIX} diff --git a/conda/artiq-sayma_rtm/build.sh b/conda/artiq-sayma_rtm/build.sh index 83e505221..eceae8698 100644 --- a/conda/artiq-sayma_rtm/build.sh +++ b/conda/artiq-sayma_rtm/build.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + SOC_PREFIX=$SP_DIR/artiq/binaries/sayma_rtm mkdir -p $SOC_PREFIX