amamory / travis-hello-modern-cpp

Simple Travis example using C++ with modern compilers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Hello Modern C++ License GitHub Stars GitHub Forks GitHub Watchers Tweet

Simple Travis example for C++ using modern GCC and Clang compilers.

(For a version using default compilers see: travis-hello-cpp)

Why a separate vesrion? As you can see adding -std=c++14 to Makefile has resulted in breaking the build for both GCC and Clang because Travis uses old versions of compilers by default. The changes to .travis.yml resulted in fixing it. The downside is that the tests now take longer. If you don't need modern C++ then the example in travis-hello-cpp is faster.

Test results:

Build Status

Important files:

For more info and examples for other languages see:

Issues

For any bug reports or feature requests please post an issue on GitHub:

Author

Rafał Pocztarski
Follow on GitHub Follow on Twitter
Follow on Stack Exchange

License

MIT License (Expat). See LICENSE.md for details.

About

Simple Travis example using C++ with modern compilers

License:MIT License


Languages

Language:C++ 45.4%Language:Shell 38.3%Language:Makefile 16.3%