Skip to content

Commit

Permalink
Remove base README.md info
Browse files Browse the repository at this point in the history
  • Loading branch information
Classifiedgiant committed Apr 7, 2024
1 parent 094587e commit c18bb82
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
![Main Branch](https://github.com/Classifiedgiant/cpp-base-project/actions/workflows/cmake-multi-platform-build-and-test.yml/badge.svg)
![Main Branch](https://github.com/Classifiedgiant/cpp-base-project/actions/workflows/bump-version.yml/badge.svg)
![Main Branch](https://github.com/Classifiedgiant/cpp-base-project/actions/workflows/create-release.yml/badge.svg)
# cpp-matchmaking-test



# cpp-base-project

Base project for cpp projects. This project uses [conan](https://conan.io/center) for it dependency packages and provides customisable build pipelines from within the `.conan` folder.

CMakeLists files have been provided for the basic framework to quickly begin building applications rather than project setup. [Catch2](https://github.com/catchorg/Catch2) has been already added as a dependency and integreated to run tests when builds occur and is ready to begin usage.

[Github Actions](https://github.com/features/actions) have already been provided for CI/CD basics and test build on varying platforms. A manual tagging release github actions has also been provided to allow for packaging of your cpp application for various platforms (Though packaging and storage of these packages is yet to be implemented)

I have also included my personal .vscode settings for users that require them. Please feel free to delete the if you have no need for them.

`.clang-format` and `.clang-tidy` files have been provided for easy integration. `.clang-tidy` has had all reasonable checks turned on. Please Note `.clang-tidy` has been moved to the `src` folder as clang-tidy was very noisy interacting with `Catch2` in the test folder.
Testing repo for matchmaking servers

## Prerequisites

Expand Down

0 comments on commit c18bb82

Please sign in to comment.