diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-09-26 10:17:16 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-09-26 12:45:47 -0700 |
| commit | 52118e4dcbc105d2b83c774e001926aceb978488 (patch) | |
| tree | 57c65eeb732be3dc7c442f99be1aa8a0e463d886 /.travis.yml | |
| parent | 97824a96b06f294476c6e1cabb3216282e86a308 (diff) | |
| download | nng-52118e4dcbc105d2b83c774e001926aceb978488.tar.gz nng-52118e4dcbc105d2b83c774e001926aceb978488.tar.bz2 nng-52118e4dcbc105d2b83c774e001926aceb978488.zip | |
Add C++ test program, proving C++ consumers work.
We fixed up the coverage flags for GNU C, but are not going to run
the C++ tests when doing coverage (they fail linking gcov for reasons
unknown.)
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2c46dab3..3fa094f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,6 @@ matrix: packages: - gcc-7 env: CC=gcc-7 - # clang v4 build - os: linux dist: trusty @@ -78,7 +77,8 @@ matrix: - ubuntu-toolchain-r-test packages: - gcc-7 - env: CC=gcc-7 COVERAGE=ON GCOV=gcov-7 + - g++-7 + env: CC=gcc-7 CXX=g++-7 COVERAGE=ON GCOV=gcov-7 # One MacOS X build - os: osx |
