summaryrefslogtreecommitdiff
path: root/.ci/buildlib.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/buildlib.sh')
-rwxr-xr-x.ci/buildlib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/buildlib.sh b/.ci/buildlib.sh
index bfcbeb7..18ece90 100755
--- a/.ci/buildlib.sh
+++ b/.ci/buildlib.sh
@@ -7,6 +7,7 @@ cd /usr/local/spm
export installname="${1}_${2}"
export envname="env"
+export srcbranch="$2"
./.ci/run.sh ./getsrc.sh "$1" || exit 1
./.ci/run.sh ./build.sh "$1" || exit 1