Skip to content

setup CMake action

Actions
download and unpack CMake for gh actions
v1
Latest
Star (0)

Build and Test

Setup CMake

This action downloads, unpacks, and configures Cmake for use in GitHub Actions workflows. Perhaps everyone knows what CMake is, so I will not bother explaining it. CMake is unpacked under the temporary directory of a runner.

Usage

- uses: milliewalky/setup-cmake@v1

This action appends CMake to a temporary PATH file, so--for example--doing this in the root directory of your checked-out project:

(if exist build rmdir /s /q build) && mkdir build && cmake -S . -B build/ && cmake --build build/ --config Release

Should build it just fine.

License

The scripts and documentation in this project are released under the MIT License

setup CMake action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

download and unpack CMake for gh actions
v1
Latest

setup CMake action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.