fix: add default version for conan [skip ci]

This commit is contained in:
Amin Yahyaabadi 2021-09-16 07:13:30 -05:00
parent 269d96f070
commit 7f9c5687d2
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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",
} }