You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 338 B

12345678910111213141516171819202122232425262728293031
  1. language: cpp
  2. compiler:
  3. - gcc
  4. - clang
  5. addons:
  6. apt:
  7. packages:
  8. - cppcheck
  9. os:
  10. - linux
  11. - osx
  12. before_install:
  13. - echo $LANG
  14. - echo $LC_ALL
  15. install:
  16. - sh autogen.sh
  17. before_script:
  18. - ./configure
  19. script:
  20. - make
  21. after_success:
  22. - make check
  23. - cppcheck --quiet *.h *.c tests/