travis_gcc_cpp17
CI build
A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler.
Minimal C++17 project using the GCC compiler and is checked by Travis CI
21 stars
4 watching
12 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
richelbilderbeek/travis_cpp_tutorial | A tutorial on using Travis CI with C++ to integrate continuous integration into C++ projects. | 169 |
rowol/stm32_discovery_arm_gcc | Development tools and code examples for STM32 microcontrollers using Linux and the GNU Tools for Embedded ARM Processors Toolchain. | 91 |
islam0mar/cl-cxx-jit | A Common Lisp interface to C++ code compilation and execution with JIT optimization | 62 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,825 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
vmchale/cpkg | A build tool and package manager for C languages with cross-compilation support | 68 |
haskell-ci/haskell-ci | Generates CI workflows for multiple versions of the Haskell programming language compiler | 438 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,868 |
lectem/cpp-boilerplate | A C++ template with modern CMake setup and basic project infrastructure | 313 |
microsoft/vscode-remote-try-cpp | A sample project for testing development containers with C++ | 189 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
bsamseth/cpp-project | A template for building and testing C++ projects with automated testing and reporting features. | 600 |
40ants/ci | Automates continuous integration and deployment tasks for Common Lisp projects | 12 |
cil-project/cil | A C programming language front-end that facilitates program analysis and transformation. | 361 |
lukka/cppopenglwebassemblycmake | A C++/OpenGL/OpenAL based application and benchmarking project demonstrating the performance difference between native compilation and WebAssembly compilation. | 73 |