mirror of https://github.com/aminya/setup-cpp
fix: add default version for conan [skip ci]
This commit is contained in:
parent
269d96f070
commit
7f9c5687d2
|
@ -12,19 +12,19 @@ This package is designed to be fully **modular** and as **minimal** as possible.
|
|||
The package will be usable from any environment (locally, GitHub Actions, etc). Stay tuned for the stable release.
|
||||
|
||||
# Features (WIP)
|
||||
|
||||
- setup cmake
|
||||
- setup ninja
|
||||
- setup llvm
|
||||
- setup conan
|
||||
- setup meson
|
||||
- setup gcovr
|
||||
- setup python
|
||||
- setup msvc
|
||||
- setup cppcheck
|
||||
- setup doxygen
|
||||
- setup ccache
|
||||
- setup OpenCppCoverage
|
||||
- setup python
|
||||
- setup choco
|
||||
- setup brew
|
||||
|
||||
### Incomplete
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ const DefaultVersions: Record<string, string> = {
|
|||
ninja: "1.10.2",
|
||||
cmake: "3.20.2",
|
||||
gcovr: "5.0",
|
||||
conan: "1.40.1",
|
||||
meson: "0.59.1",
|
||||
python: "3.x",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue