We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597e983 commit f899383Copy full SHA for f899383
build-rust-project.sh
@@ -4,6 +4,10 @@
4
set -e
5
6
# $1=BRANCH_COMMIT $2=REPO_NAME $3=REPO_HOST
7
+if [ "$1" = "" -o "$2" = "" -o "$3" = "" ]; then
8
+ echo "ERROR: 3 fields are required: BRANCH_COMMIT REPO_NAME REPO_HOST"
9
+ exit 1
10
+fi
11
12
NUM_JOBS=4
13
if [ -f /proc/cpuinfo ]; then
0 commit comments