Add preliminary support for using Base releases

- shorten BASE variable name (takes tag or branch name)
 - determine existence and type of BASE before cloning
This commit is contained in:
Ralph Lange
2019-10-05 10:26:02 -04:00
parent 45dba66437
commit 698e6b00e8
4 changed files with 48 additions and 22 deletions

View File

@@ -6,14 +6,14 @@ software modules, e.g. Device Support modules.
By including this repository as a Git Submodule, your module will
always use an explicit commit, i.e. a fixed version of the scripts.
That way, further development of these scripts cannot break
That ensures that further development of these scripts cannot break
your setup.
## Travis-CI
### Features
- Compile against different version of EPICS Base
- Compile against different branches or releases of EPICS Base
- Use different versions of compilers (gcc, clang)
- Cross-compile for Windows 32bit using MinGW and WINE
- Cross-compile for RTEMS 4.9 and 4.10