2022-08-03 03:53:07 +08:00
|
|
|
name: "Setup Cpp (C++ / C)"
|
2021-09-14 14:57:47 +08:00
|
|
|
description: "Install all the tools required for building and testing C++/C projects."
|
|
|
|
author: "Amin Yahyaabadi"
|
|
|
|
|
|
|
|
inputs:
|
2024-08-13 15:53:43 +08:00
|
|
|
timeout:
|
|
|
|
description: "The timeout for installation of one tool (in minutes)."
|
|
|
|
default: "20"
|
|
|
|
required: false
|
2024-08-09 04:49:29 +08:00
|
|
|
cache-tools:
|
|
|
|
description: "If should cache the installed tools? (Default: false)"
|
|
|
|
required: false
|
2021-09-14 15:33:49 +08:00
|
|
|
architecture:
|
|
|
|
description: "The CPU architecture"
|
|
|
|
required: false
|
2024-08-13 15:53:43 +08:00
|
|
|
compiler:
|
|
|
|
description: "The compiler to use and its optional version separated by - e.g. llvm-13.0.0"
|
|
|
|
required: false
|
2021-09-14 20:02:59 +08:00
|
|
|
llvm:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install llvm (true/false) or the specific version to install"
|
2021-09-16 22:03:54 +08:00
|
|
|
required: false
|
|
|
|
gcc:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install gcc (true/false) or the specific version to install"
|
2021-09-14 20:02:59 +08:00
|
|
|
required: false
|
2021-09-15 18:25:02 +08:00
|
|
|
msvc:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install msvc (true/false) or the specific version to install"
|
2021-09-15 18:25:02 +08:00
|
|
|
required: false
|
2021-12-05 22:20:14 +08:00
|
|
|
vcvarsall:
|
|
|
|
description: "If should run vcvarsall?"
|
|
|
|
required: false
|
2024-08-13 15:53:43 +08:00
|
|
|
cppcheck:
|
|
|
|
description: "Wether to install cppcheck (true/false) or the specific version to install."
|
|
|
|
required: false
|
|
|
|
clangtidy:
|
|
|
|
description: "The clangWether to install tidy (true/false) or the specific version to install."
|
|
|
|
required: false
|
|
|
|
clangformat:
|
|
|
|
description: "The clangWether to install format (true/false) or the specific version to install."
|
|
|
|
required: false
|
2021-09-14 14:57:47 +08:00
|
|
|
cmake:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install cmake (true/false) or the specific version to install."
|
2021-09-14 14:57:47 +08:00
|
|
|
required: false
|
|
|
|
ninja:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install ninja (true/false) or the specific version to install."
|
2021-09-15 01:06:20 +08:00
|
|
|
required: false
|
|
|
|
conan:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install conan (true/false) or the specific version to install."
|
2021-09-15 01:09:58 +08:00
|
|
|
required: false
|
2022-01-31 06:40:11 +08:00
|
|
|
make:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install make (true/false) or the specific version to install."
|
2022-01-31 06:40:11 +08:00
|
|
|
required: false
|
2022-01-31 07:33:48 +08:00
|
|
|
task:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install task (true/false) or the specific version to install."
|
2022-01-31 07:33:48 +08:00
|
|
|
required: false
|
2022-01-23 09:14:48 +08:00
|
|
|
vcpkg:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install vcpkg (true/false) or the specific version to install."
|
2022-01-23 09:14:48 +08:00
|
|
|
required: false
|
2021-09-15 01:09:58 +08:00
|
|
|
meson:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install meson (true/false) or the specific version to install."
|
2021-09-15 01:06:20 +08:00
|
|
|
required: false
|
2024-08-13 15:53:43 +08:00
|
|
|
choco:
|
|
|
|
description: "Wether to install chocolatey (true/false) or the specific version to install."
|
2021-09-15 01:42:08 +08:00
|
|
|
required: false
|
2024-08-13 15:53:43 +08:00
|
|
|
brew:
|
|
|
|
description: "Wether to install brew (true/false) or the specific version to install."
|
|
|
|
required: false
|
|
|
|
nala:
|
|
|
|
description: 'Wether to install nala (true/false) or the specific version to install ("" or "legacy").'
|
2021-09-15 04:23:45 +08:00
|
|
|
required: false
|
2021-09-16 16:41:47 +08:00
|
|
|
ccache:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install ccache (true/false) or the specific version to install."
|
2021-09-16 16:41:47 +08:00
|
|
|
required: false
|
2022-11-21 11:14:20 +08:00
|
|
|
sccache:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install sccache (true/false) or the specific version to install."
|
2022-11-21 11:14:20 +08:00
|
|
|
required: false
|
2021-09-16 16:47:47 +08:00
|
|
|
doxygen:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install doxygen (true/false) or the specific version to install."
|
2021-09-16 16:47:47 +08:00
|
|
|
required: false
|
2022-02-14 11:30:41 +08:00
|
|
|
graphviz:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install graphviz (true/false) or the specific version to install."
|
2022-01-30 06:44:43 +08:00
|
|
|
required: false
|
2024-08-13 15:53:43 +08:00
|
|
|
gcovr:
|
|
|
|
description: "Wether to install gcovr (true/false) or the specific version to install."
|
2022-01-30 06:44:43 +08:00
|
|
|
required: false
|
2021-09-16 16:49:25 +08:00
|
|
|
opencppcoverage:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install opencppcoverage (true/false) or the specific version to install."
|
2021-09-16 16:49:25 +08:00
|
|
|
required: false
|
2021-12-07 20:46:23 +08:00
|
|
|
kcov:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install kcov (true/false) or the specific version to install."
|
2021-12-07 20:46:23 +08:00
|
|
|
required: false
|
2022-02-06 12:20:36 +08:00
|
|
|
sevenzip:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install 7z (true/false) or the specific version to install."
|
2022-07-28 08:36:18 +08:00
|
|
|
required: false
|
2023-01-18 17:35:41 +08:00
|
|
|
powershell:
|
2024-08-13 15:53:43 +08:00
|
|
|
description: "Wether to install powershell (true/false) or the specific version to install."
|
2023-01-18 17:35:41 +08:00
|
|
|
required: false
|
2024-08-13 15:53:43 +08:00
|
|
|
python:
|
|
|
|
description: "Wether to install python (true/false) or the specific version to install."
|
2023-08-22 11:11:21 +08:00
|
|
|
required: false
|
2021-09-14 14:57:47 +08:00
|
|
|
|
|
|
|
runs:
|
2024-02-17 06:22:53 +08:00
|
|
|
using: "node20"
|
2024-09-04 14:19:49 +08:00
|
|
|
main: "dist/modern/setup-cpp.mjs"
|
2021-09-14 14:57:47 +08:00
|
|
|
|
|
|
|
branding:
|
2021-09-14 15:00:41 +08:00
|
|
|
icon: "award"
|
|
|
|
color: "blue"
|