travis_cpp_tutorial
C++ project setup
A tutorial on using Travis CI with C++ to integrate continuous integration into C++ projects.
Tutorial how to use Travis CI with C++
169 stars
10 watching
23 forks
Language: Shell
last commit: over 3 years ago
Linked from 1 awesome list
cppcpp11cpp14cpp17travistravis-citravis-cpp-tutorialtutorial
Related projects:
Repository | Description | Stars |
---|---|---|
richelbilderbeek/travis_gcc_cpp17 | A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
r-lib/cpp11 | Enables C++ developers to interact with R objects using standard C++11 syntax and semantics | 203 |
microsoft/vscode-remote-try-cpp | A sample project for testing development containers with C++ | 189 |
utilforever/modern-cpp-tutorial | A curated collection of resources and tutorials for learning Modern C++ | 325 |
aws/aws-sdk-cpp | Provides a C++ interface to Amazon Web Services (AWS) | 1,978 |
arnavb/cpp14-project-template | A template for creating cross-platform C++14 projects with continuous integration and automated testing | 65 |
lectem/cpp-boilerplate | A C++ template with modern CMake setup and basic project infrastructure | 313 |
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,138 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,557 |
dougbinks/rccpp_dx11_example | A tutorial project demonstrating how to add runtime compiled C++ features to a DirectX11 Dear ImGui example for rapid development and iteration | 42 |
packtpublishing/mastering-cpp-game-development | A comprehensive project teaching C++ game development using industry-standard libraries and techniques | 88 |
cppcon/cppcon2016 | Collection of slides, code, and materials from CppCon 2016 presentations on C++ development topics | 1,809 |
docopt/docopt.cpp | Automatically generates command-line interfaces based on a well-written usage message. | 1,044 |
prabhuomkar/pytorch-cpp | A C++ implementation of PyTorch tutorials | 1,965 |
cppcon/cppcon2018 | A collection of presentation materials from CppCon 2018 featuring C++ programming concepts, techniques, and tools. | 1,427 |