Skip to content

UnsafePointer/cmake-clang-ninja-build-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-clang-ninja-build

A GitHub Action to build projects using CMake, Clang and Ninja.

Inputs

dir

Required Directory containing top level CMakeLists.txt.

Example usage

uses: UnsafePointer/cmake-clang-ninja-build-github-action@v1.4
with:
  dir: "src"