Skip to content

elbeno/cicd-repo-infrastructure

 
 

CI/CD Repository Infrastructure

Unit Tests

This repository provides infrastructure to support CI in other repositories. It is designed to be used with CMake v3.25 or higher, and consumed with CPM.

See the full documentation.

Quickstart

First, add get_cpm.cmake to your project's repository, as documented here.

Then, the top of your CMakeLists.txt file should look something like this:

cmake_minimum_required(VERSION 3.25)

project(my_project)

include(cmake/get_cpm.cmake)
cpmaddpackage("gh:intel/cicd-repo-infrastructure#main")

Where main is the version of this repository you want to depend on.

Dependencies

This repository depends on:

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 91.3%
  • C++ 6.2%
  • Shell 1.7%
  • Other 0.8%