GitXplorerGitXplorer
k

cpp-travis-test

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
c5c0b95fe29db52aed2b16fdabe0fa761b1c0def

Test commit - see if CI still works

kkaidokert committed 5 years ago
Verified
0493f56081de8e6ecf18bd75bb812bc4eb7a20ea

Add arm-gcc 6.3

kkaidokert committed 7 years ago
Unverified
62104a52430643f83b8a0f4b58f3daca5eb1c975

Merge branch 'develop'

committed 8 years ago
Unverified
0c4265d4d8d9f4075e7d2d11a8c102199790b3c0

Simplify

committed 8 years ago
Unverified
9657ac338d7ccb055c6f32840559f10c5aa888b7

Try travis fix

committed 8 years ago
Unverified
78353e8d58cba17f229df25ce8346c2f16fac84f

One more try

committed 8 years ago

README

The README file for this repository.

cpp-travis-test

Travis Status Appveyor Status Coverage Status

Skeleton project to build 3 useless lines of C++ 11 code on all easily available continuous integration systems with maximum warnings and code coverage reporting on.

Travis : Ubuntu/Precise with gcc-4.9, gcc-5 and clang, MacOS with Xcode/clang

More Travis: arm-none-eabi baremetal, gcc 4.9, 5.x and 6.x

Appveyor : builds with VS2013 and VS2015, 32/64bit versions

Coverage : gcc/gcov with coveralls.io reporting

Includes a Makefile with every possible warning turned on, and Visual studio project hand coded to be as short as possible with all warnings on

Also includes minimum CMake setup for equivalent settings

Tried to keep all configuration files as concise and DRY as possible for maintainability

TODO