Releases: epics-base/ci-scripts
Releases · epics-base/ci-scripts
Release 2.0
This major release features:
- download and compilation of multiple dependent modules
- specification of dependencies as releases (tags) or branches
- caching of all built dependencies to speed-up the build
- setup file mechanism to specify well-known combinations of version numbers
- test suite using a verification script (for the scripts) and the EPICS example app (for the compilation options).
This is pretty complete with respect to what reasonably can be done on Travis-CI.
Support for Windows builds on Appveyor (using the same setup files) is next.
Release 1.0
Initial release, freezing the API to provide a reasonable baseline.
Supports Travis-CI, offering:
- 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
- Compile on MacOS