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:
|
2021-09-14 15:33:49 +08:00
|
|
|
architecture:
|
|
|
|
description: "The CPU architecture"
|
|
|
|
required: false
|
2021-09-14 20:02:59 +08:00
|
|
|
llvm:
|
|
|
|
description: "The llvm version to install"
|
|
|
|
required: false
|
2021-09-14 14:57:47 +08:00
|
|
|
cmake:
|
|
|
|
description: "The cmake version to install."
|
2021-09-14 15:42:17 +08:00
|
|
|
default: "3.20.2"
|
2021-09-14 14:57:47 +08:00
|
|
|
required: false
|
|
|
|
ninja:
|
|
|
|
description: "The ninja version to install."
|
2021-09-14 15:42:17 +08:00
|
|
|
default: "1.10.2"
|
2021-09-15 01:06:20 +08:00
|
|
|
required: false
|
|
|
|
conan:
|
2021-09-15 01:09:58 +08:00
|
|
|
description: "The conan version to install."
|
|
|
|
required: false
|
|
|
|
meson:
|
|
|
|
description: "The meson version to install."
|
2021-09-15 01:06:20 +08:00
|
|
|
required: false
|
2021-09-15 01:42:08 +08:00
|
|
|
gcovr:
|
|
|
|
description: "The gcovr version to install."
|
|
|
|
required: false
|
2021-09-15 04:23:45 +08:00
|
|
|
python:
|
|
|
|
description: "The pyhon version to install."
|
|
|
|
default: "3.x"
|
|
|
|
required: false
|
2021-09-14 14:57:47 +08:00
|
|
|
|
|
|
|
runs:
|
|
|
|
using: "node12"
|
|
|
|
main: "dist/index.js"
|
|
|
|
|
|
|
|
branding:
|
2021-09-14 15:00:41 +08:00
|
|
|
icon: "award"
|
|
|
|
color: "blue"
|