From 3b000346d25c8f97a18fd7739e3e0a564571a6fb Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Thu, 16 Sep 2021 05:00:16 -0500 Subject: [PATCH] chore: update readme [skip ci] --- README.md | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3896151b..7421ab60 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,24 @@ The package will be usable from any environment (locally, GitHub Actions, etc). # Features (WIP) -- [x] setup cmake -- [x] setup ninja -- [x] setup llvm -- [x] setup conan -- [x] setup meson -- [x] setup gcovr -- [x] setup python -- [x] setup msvc -- [x] setup cppcheck -- [x] setup doxygen -- [x] setup ccache -- [x] setup OpenCppCoverage +- setup cmake +- setup ninja +- setup llvm +- setup conan +- setup meson +- setup gcovr +- setup python +- setup msvc +- setup cppcheck +- setup doxygen +- setup ccache +- setup OpenCppCoverage + +### Incomplete + +- [ ] setup msvc. See [this issue](https://github.com/aminya/setup-cpp/issues/1) + +### TODO + - [ ] setup gcc/mingw - [ ] setup vcpkg