ci: add defaults for location macros

This commit is contained in:
Ralph Lange
2017-09-21 17:25:27 +02:00
parent c0742264e2
commit bfefd9e16e

View File

@@ -18,10 +18,10 @@ cd "$MODULE" && \
git log -n1 )
}
git clone --quiet --depth 5 --branch core/"$BRCORE" https://github.com/${REPOBASE:-epics-base}/epics-base.git epics-base
git clone --quiet --depth 5 --branch core/"${BRCORE:-master}" https://github.com/${REPOBASE:-epics-base}/epics-base.git epics-base
( cd epics-base && git log -n1 )
add_base_module libcom "$BRLIBCOM"
add_base_module ca "$BRCA"
add_base_module libcom "${BRLIBCOM:-master}"
add_base_module ca "${BRCA:-master}"
EPICS_HOST_ARCH=`sh epics-base/startup/EpicsHostArch`