Skip to content

Releases: arcaneframework/gh_actions

v2.2.0

21 Jul 10:55
f1fbe5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

20 Jul 20:15
b174699
Compare
Choose a tag to compare

What's Changed

  • Display size of directories and ccache debug mode customizable by @AlexlHer in #7

Full Changelog: v2.0.0...v2.1.0

v2.0.0

19 Jul 14:13
451ac1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v2.0.0

v1.6.0

20 May 09:53
db0a288
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

14 Mar 14:19
dd39727
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

14 Mar 14:16
8495791
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

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.