My build of nnn with minor changes
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920
  1. language: c
  2. matrix:
  3. include:
  4. # Access more recent gcc and clang via a Trusty image
  5. - os: linux
  6. dist: trusty
  7. compiler: gcc
  8. - os: linux
  9. dist: trusty
  10. compiler: clang
  11. - os: osx
  12. compiler: gcc
  13. - os: osx
  14. compiler: clang
  15. script:
  16. - export CFLAGS=-Werror
  17. - make clean
  18. - make
  19. - make clean
  20. - make -f Makefile.generic