Lines Matching +full:cpp +full:- +full:coveralls
2 # http://about.travis-ci.org/docs/user/build-configuration/
5 # gem install travis --no-rdoc --no-ri
7 language: cpp
12 - clang-format
13 - meson
14 - ninja
18 - ubuntu-toolchain-r-test
19 - llvm-toolchain-xenial-8
21 - clang-format-8
22 - clang-8
23 - valgrind
26 - os: osx
28 - name: Mac clang meson static release testing
38 - name: Linux xenial clang meson static release testing
49 - source ./.travis_scripts/travis.before_install.${TRAVIS_OS_NAME}.sh
51 - source ./.travis_scripts/travis.install.${TRAVIS_OS_NAME}.sh
53 - name: Linux xenial gcc cmake coverage
66 - pip install --user cpp-coveralls
69 - coveralls --include src/lib_json --include include