travis: add dummy test

This commit is contained in:
Ralph Lange
2019-10-23 16:09:27 +02:00
parent 96ba1e2e4a
commit 8232bccba2
4 changed files with 69 additions and 1 deletions

View File

@@ -74,7 +74,11 @@ git clone --quiet --depth 5 $BASE_RECURSIVE --branch "$BASE" $BASE_REPO epics-ba
mkdir -s "$SOURCEDIR"
cd "$SOURCEDIR"
for modrepo in ${MODULES}
# Check out dependencies
# ----------------------
for mod in BASE $MODULES
do
module=${modrepo%CPP}
module_uc=$(echo $module | tr 'a-z' 'A-Z')