ci: Add DEPENDS_DIR variable, Add documentation for folders

This commit is contained in:
MarcoFalke
2019-11-20 19:36:29 -05:00
parent faeeca87b6
commit fa0656d1eb
2 changed files with 11 additions and 4 deletions

View File

@@ -54,5 +54,5 @@ DOCKER_EXEC make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows
END_FOLD
set +o errexit
cd ${BASE_BUILD_DIR} || (echo "could not enter travis build dir $BASE_BUILD_DIR"; exit 1)
cd ${BASE_BUILD_DIR} || (echo "could not enter base root dir $BASE_BUILD_DIR"; exit 1)
set -o errexit