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.
|
The package will be usable from any environment (locally, GitHub Actions, etc). Stay tuned for the stable release.
|
||||||
|
|
||||||
# Features (WIP)
|
# Features (WIP)
|
||||||
|
|
||||||
- setup cmake
|
- setup cmake
|
||||||
- setup ninja
|
- setup ninja
|
||||||
- setup llvm
|
- setup llvm
|
||||||
- setup conan
|
- setup conan
|
||||||
- setup meson
|
- setup meson
|
||||||
- setup gcovr
|
- setup gcovr
|
||||||
- setup python
|
|
||||||
- setup msvc
|
|
||||||
- setup cppcheck
|
- setup cppcheck
|
||||||
- setup doxygen
|
- setup doxygen
|
||||||
- setup ccache
|
- setup ccache
|
||||||
- setup OpenCppCoverage
|
- setup OpenCppCoverage
|
||||||
|
- setup python
|
||||||
|
- setup choco
|
||||||
|
- setup brew
|
||||||
|
|
||||||
### Incomplete
|
### Incomplete
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ const DefaultVersions: Record<string, string> = {
|
||||||
ninja: "1.10.2",
|
ninja: "1.10.2",
|
||||||
cmake: "3.20.2",
|
cmake: "3.20.2",
|
||||||
gcovr: "5.0",
|
gcovr: "5.0",
|
||||||
|
conan: "1.40.1",
|
||||||
meson: "0.59.1",
|
meson: "0.59.1",
|
||||||
python: "3.x",
|
python: "3.x",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue