Skip to content

rsp/travis-hello-modern-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published