Load setup files instead of sourcing them

- needed for same setup files to work on Windows
  (where PowerShell is used instead of bash)
- removes ugly bashism to allow overriding from .travis.yml
- adds a proper (yet small) syntax
Also adds tests for the new syntax and updates the README.
This commit is contained in:
Ralph Lange
2019-12-10 14:30:07 +01:00
parent 1d4d6cc617
commit 82d962639b
9 changed files with 71 additions and 20 deletions

View File

@@ -1,3 +1,3 @@
MODULES=""
MODULES=
BASE=${BASE:-R3.15.6}
BASE=R3.15.6