Skip to content

Releases: arcaneframework/gh_actions

v1.3.0

06 Dec 13:38
8e25662
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

11 Aug 14:02
Compare
Choose a tag to compare

What's Changed

  • Corrects some errors in README.
  • Rename CMAKE_ADD_ARGS env var to ACTION_CMAKE_ADD_ARGS in composite actions because all env var are shared between called actions and calling actions.
  • Fix CMake error with MPICH + Ubuntu 22.04 + CLang. The MPI flag -flto=auto causes problems in cmake test build.
  • Fix sample configure and build. Sample configure needs the MPI fix above.
  • Backport AiO inputs to splited composite actions (verbose, log_dir, &c).

Full Changelog: v1.1.0...v1.2.0

v1.1.0

10 Aug 14:17
Compare
Choose a tag to compare

What's Changed

  • New inputs available for build_install_framework composite action:
    • log_dir; the action can copy log files in this folder,
    • use_ninja: to build the Framework with Ninja,
    • use_shared_libs: to generate shared libs instead of static libs,
    • verbose: to provide more informations in build step.

v1.0.0

09 Aug 13:07
Compare
Choose a tag to compare

Initial release.