summaryrefslogblamecommitdiff
path: root/.ci/buildlib.sh
blob: 94b50728ab5abf40fe58a806773c8f3b488ce022 (plain) (tree)
1
2
3
4
5
6
7
8

           
                     
                              
 


                                            
#!/bin/bash

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

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