mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
add run-cmake and run-vcpkg actions;along with Build section
This commit is contained in:
parent
97cd2eef8e
commit
3d72ca49c1
@ -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/)
|
||||
|
Loading…
Reference in New Issue
Block a user