summaryrefslogtreecommitdiff
path: root/.ci/buildlib.sh
blob: fa6481dbc6df03f4c268a5b9105c34c9143aaf8f (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

export srcbranch="$2"
export envname="${1}_${2}"

cd /usr/local/spm || exit 1
./.ci/runretry.sh ./getsrc.sh "$1" || exit 1
./.ci/run.sh ./build.sh "$1" || exit 1