Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.23 KB

travis_gcc_cpp11

Travis CI logo

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++11
  • Libraries: STL only
  • Code coverage: none
  • Source: one single file, main.cpp

Less complex builds:

Equally complex builds:

More complex builds: