My build of nnn with minor changes
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

19 satır
329 B

  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