Cause pip installation of numbuf to fail if the build.sh or setup.sh fail. (#163)

This commit is contained in:
Robert Nishihara
2016-12-28 16:54:14 -08:00
committed by Philipp Moritz
parent c403ab11ab
commit a1a08b9ad4
4 changed files with 10 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Cause the script to exit if a single command fails.
set -e
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
# Determine how many parallel jobs to use for make based on the number of cores
+3
View File
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Cause the script to exit if a single command fails.
set -e
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
platform="unknown"
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
set -x
# Cause the script to exit if a single command fails.
set -e
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
set -x
# Cause the script to exit if a single command fails.
set -e
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)