Skip to content

Releases: epics-base/ci-scripts

Release 2.0

11 Dec 15:30

Choose a tag to compare

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

05 Oct 18:39

Choose a tag to compare

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