From 3d72ca49c180a7ea40010cc43a6cbf2ac087c569 Mon Sep 17 00:00:00 2001 From: luca <681992+lukka@users.noreply.github.com> Date: Sun, 19 Jan 2020 09:50:05 -0800 Subject: [PATCH] add run-cmake and run-vcpkg actions;along with Build section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 40c5666..8063baa 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Machine Learning Ops](#machine-learning-ops) - [Performance Monitoring](#performance-monitoring) - [Cheat Sheet](#cheat-sheet) + - [Build](#build) - [Tutorials](#tutorials) ## Official Resources @@ -425,6 +426,11 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/) +### Build + +- [run-cmake](https://github.com/lukka/run-cmake) - Multi platform action to build C/C++ software with [CMake](https://cmake.org) and [Ninja](https://ninja-build.org/). +- [run-vcpkg](https://github.com/lukka/run-vcpkg) - Multi platform action to build and install C/C++ dependencies with [vcpkg](https://github.com/microsoft/vcpkg). + ## Tutorials - [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)