GitHub - logerrors/helloAction: 学习 github action 的练习仓库, 项目为 cpp ,包含项目构建与覆盖率显示
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
This project is just for my test fo github actions
tag v1.0
simple action,contains basic conceptions,such as workflow,job,steps,action.
tag v2.0
build cpp program
tag v3.0
execute cpp program
tag v4.0
build cpp program using cmake
tag v5.0
build,execute,coverage
tag v6.0
add run-on macos