setup-cpp/action.yml

27 lines
567 B
YAML
Raw Normal View History

2021-09-14 14:57:47 +08:00
name: "Setup Cpp"
description: "Install all the tools required for building and testing C++/C projects."
author: "Amin Yahyaabadi"
inputs:
compiler:
description: "The compiler and its version."
required: false
architecture:
description: "The CPU architecture"
required: false
2021-09-14 14:57:47 +08:00
cmake:
description: "The cmake version to install."
default: '3.20.2'
2021-09-14 14:57:47 +08:00
required: false
ninja:
description: "The ninja version to install."
required: false
runs:
using: "node12"
main: "dist/index.js"
branding:
2021-09-14 15:00:41 +08:00
icon: "award"
color: "blue"