setup-cpp/README.md

29 lines
1.0 KiB
Markdown
Raw Normal View History

2021-09-14 14:51:57 +08:00
# setup-cpp
2021-09-14 14:57:47 +08:00
Install all the tools required for building and testing C++/C projects.
2021-09-14 14:51:57 +08:00
![Build Status (Github Actions)](https://github.com/aminya/setup-cpp/workflows/CI/badge.svg)
2021-09-14 15:00:41 +08:00
[![Dependency Status](https://david-dm.org/aminya/setup-cpp.svg)](https://david-dm.org/aminya/setup-cpp)
2021-09-14 17:40:04 +08:00
Settting up a **cross-platform** enviroment for building and testing C++/C projects is a bit tricky. Each platform has its own comopilers, and each of them require a different installation procedure. This package aims to fix this issue.
This package is designed to be fully **modular** and as **minimal** as possible. This will allow you to only install the tools you want.
The package will be usable from any environment (locally, GitHub Actions, etc). Stay tuned for the stable release.
2021-09-14 17:40:04 +08:00
# Features (WIP)
- [x] setup cmake
- [x] setup ninja
2021-09-14 20:02:59 +08:00
- [x] setup llvm
2021-09-15 01:06:20 +08:00
- [x] setup conan
2021-09-15 01:09:58 +08:00
- [x] setup meson
2021-09-15 01:42:08 +08:00
- [x] setup gcovr
- [x] setup python
2021-09-14 17:40:04 +08:00
- [ ] setup msvc
2021-09-15 01:09:58 +08:00
- [ ] setup gcc/mingw
2021-09-14 17:40:04 +08:00
- [ ] setup vcpkg
- [ ] setup OpenCppCoverage
- [ ] setup cppcheck
- [ ] setup doxygen