Skip to content

Releases: lukka/run-cmake

run-cmake v3.3

02 Jan 10:26
e811eee
Compare
Choose a tag to compare

Changes:

  • update the quickstart documentation to show how to properly use run-vcpkg and run-cmake to properly handle the vcpkg.json manifest file and cache the vcpkg artifacts.
  • consuming more recent version of dependencies.

Note: to keep your workflow up to date with bug and security fixes, just use v3 branch to stay on the most recent v3.x version of this action, e.g., uses: lukka/run-cmake@v3

Use ninja v1.10.1 and hide environment dump

14 Nov 22:05
Compare
Choose a tag to compare

Release v3.2 of run-cmake bumps to 1.10.1 the version of Ninja automatically downloaded. It also hides in a foldable section the dump of the environment variables when the agent is running on Windows.

Note: just use v3 branch to stay on the most recent v3.x version of this action, e.g., uses: lukka/run-cmake@v3

Security fix service release for run-cmake@v3

11 Oct 21:07
Compare
Choose a tag to compare

Version v3.1 is a service release for fixing security issue on branch v3,

Note: just use v3 branch to stay on the most recent v3.x version of this action.

Code refactored to use NPM packages from https://github.com/lukka/run-cmake-vcpkg-action-libs

07 Sep 21:33
Compare
Choose a tag to compare

No new functionality.

Code has been refactored to leverages NPM packages published from: https://github.com/lukka/run-cmake-vcpkg-action-libs

The initially created solution based on a common Git submodule for sharing code among multiple GitHub Actions and Azure DevOps tasks has been dropped!

Now using NPM packages it is easier than ever to contribute by adding new features or fix bugs.

All unit tests have been moved into the NPM packages repository.

Fix CMake generators for VS2017

13 May 17:23
Compare
Choose a tag to compare

Add inline annotations in source code for errors and warnings

03 May 21:20
Compare
Choose a tag to compare

Add in-line annotations for CMake and gcc/msvc/clang errors and warnings.

image

image

Removed stray commas in action.yml

19 Apr 19:41
Compare
Choose a tag to compare

just fixes

12 Apr 08:26
Compare
Choose a tag to compare
v2.0

new libs (#14)

Add Ninja Multi Config support and fixes

04 Apr 23:15
Compare
Choose a tag to compare
  1. add Ninja Multi Config support and fixes
  2. fix issue with using ${{env}} in actions.yml file

Add shell support

30 Mar 06:19
237de06
Compare
Choose a tag to compare
  • Added useShell input (true by default); it is now possible to use shell environment variables on action's inputs.
  • When downloaded, the action uses ninja v1.10;