add run-cmake and run-vcpkg actions;along with Build section

This commit is contained in:
luca 2020-01-19 09:50:05 -08:00
parent 97cd2eef8e
commit 3d72ca49c1

View File

@ -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/)