Skip to content

Releases: epics-base/ci-scripts

Release 3.4.1

04 Nov 14:25
v3.4.1
Compare
Choose a tag to compare

Bugfix release:

  • Fix breaking issues on Windows builds (on newer AppVeyor and GHA runners)
  • Use colorized compiler output where available
  • Update OS and compiler versions for GitHub Actions (drop Ubuntu 18)
  • Minor improvements, updates and bug fixes.

Because of changes in the Python unittest module, the unit test of ci-scripts requires Python >= 3.2.
The ci-scripts module itself requires Python >= 2.7.

Release 3.4

22 Jul 13:38
Compare
Choose a tag to compare

Minor release:

  • New cross-build implementation supporting many target OS/arch
  • Update OS and compiler versions for GitHub Actions
  • Minor bug fixes.

Release 3.3

09 Apr 16:49
Compare
Choose a tag to compare

Minor release:

  • New RTEMS build chain supporting RTEMS 5
  • Use MSYS2 for MinGW builds on Windows
  • Minor bug fixes.

Release 3.2

19 Oct 06:55
Compare
Choose a tag to compare

Minor release:

  • Support for builds on GitLab CI/CD (Docker container runners).
  • Minor bug fixes.

Bugfix release 3.1.1

30 Jun 07:53
Compare
Choose a tag to compare

Fixes numerous bugs in the GitHub Actions example configuration files.

Release 3.1

29 Jun 15:38
Compare
Choose a tag to compare

Minor release:

  • Special treatment of *_HOOK files: *.patch, *.zip and *.7z are applied or extracted.
  • Support for builds on GitHub Actions (up to 20 parallel runners).

Bugfix release 3.0.2

23 Jun 16:22
Compare
Choose a tag to compare

Featuring:

  • Fix a bug that kept the EXTRA make arguments from working (introduced in 3.0.0)
  • Re-add the command that fixes erroneous /etc/hosts entries on Travis/Linux (issue introduced in 3.0.0)
  • Add support for APT variable to install additional packages using apt-get
  • Run make clean on cached dependency modules to reduce cache size.

Bugfix release 3.0.1

15 Jun 12:31
Compare
Choose a tag to compare

Fixes a bug introduced in 3.0.0 (35f5bef) that caused builds to fail because of exceptions thrown that claim that setup files are not found.

Release 3.0

15 Jun 09:53
Compare
Choose a tag to compare

Major release:

  • Single consolidated cue.py Python implementation for all services and OSs
  • Support for Windows builds on Travis (five parallel runners).

Existing configuration files (.appveyor.yml as well as .travis.yml) have to be updated to use this release of ci-scripts. Please refer to the Migration Hints in the README for details.

Bugfix Release 2.3.5

20 May 17:03
Compare
Choose a tag to compare

Bugfix release:

  • Fix bug in example appveyor.yml script (#38)
  • Fix problem with test-results make target on EPICS 3.14 and older 3.15
  • Improve AppVeyor and Travis README files (#37, #19)