richelbilderbeek / travis_gcc_cpp17

Minimal C++17 project using the GCC compiler and is checked by Travis CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travis_gcc_cpp17

Travis CI logo

Branch Status
master Build Status
develop Build Status

This GitHub is part of the Travis C++ Tutorial.

The goal of this project is to have a clean Travis CI build, with specs:

  • Build system: none
  • C++ compiler: gcc
  • C++ version: C++17
  • Libraries: STL only
  • Code coverage: none
  • Source: one single file, main.cpp

Less complex builds:

Equally complex builds:

More complex builds:

About

Minimal C++17 project using the GCC compiler and is checked by Travis CI

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%