travis-gtest-cmake-example
CMake and GTest setup
An example setup of Travis-CI with cmake and google test for C++ projects
Example of a gtest and cmake set up for C++ on Travis-CI.
42 stars
2 watching
19 forks
Language: CMake
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dmonopoly/gtest-cmake-example | An example setup of cmake with google test. | 316 |
cginternals/cmake-init | A C++ project setup template using CMake for reliable, cross-platform development. | 913 |
bast/cmake-example | Demonstrates various CMake features and builds a CDash testing dashboard | 142 |
viva64/pvs-studio-cmake-examples | Examples of integrating a static code analysis tool with CMake project builds and analyses. | 53 |
ospector/gtest-gbar | A C# wrapper around Google Test to enhance its user interface | 131 |
kinow/gtest-tap-listener | A tool that generates TAP output from GoogleTest test cases | 78 |
ruslo/cgold | A comprehensive guide to building and managing C++ projects using the CMake build system. | 525 |
developerpaul123/cmakeinstallexample | An example project demonstrating CMake's use in building and packaging a Windows-based C++ project with an installer. | 36 |
rwth-hpc/cmake-codecov | A CMake module for enabling and reporting code coverage | 89 |
leetal/ios-cmake | A toolchain file for building C/C++/Obj-C++ applications for various Apple platforms | 1,908 |
pr0g/cmake-examples | A collection of simple CMake projects to help understand the basics of CMake and installing. | 1,169 |
richelbilderbeek/travis_gcc_cpp17 | A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
lukka/cppopenglwebassemblycmake | A C++/OpenGL/OpenAL based application and benchmarking project demonstrating the performance difference between native compilation and WebAssembly compilation. | 73 |
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,138 |
lukka/run-cmake | An action that automates C++ application builds using CMake and vcpkg. | 182 |