Merge pull request #306 from lukka/cmake-vcpkg-actions

add run-cmake and run-vcpkg actions, add Build section
This commit is contained in:
Gary Ewan Park 2020-01-19 20:20:59 +00:00 committed by GitHub
commit 9d8dc1e681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
@ -426,6 +427,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/)