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

39 regels
669 B

  1. sudo: false
  2. language: c
  3. env: VERBOSE=1
  4. addons:
  5. apt:
  6. packages:
  7. - build-essential
  8. - pkg-config
  9. - libncursesw5-dev
  10. - libslang2-dev
  11. - libx11-dev
  12. - libimlib2-dev
  13. - freeglut3-dev
  14. # FIXME: disable this for now, as it just outputs garbage
  15. #- texlive-fonts-recommended
  16. #- doxygen-latex
  17. - ruby-dev
  18. - ruby-minitest
  19. # Travis does shallow clones, but we use the Git history
  20. # for check-copyright. Disable shallow clones; our whole
  21. # history is about 5 MiB anyway.
  22. git:
  23. depth: 9999999
  24. before_install:
  25. - .travis/before_install.sh
  26. - ./bootstrap
  27. os:
  28. - linux
  29. - osx
  30. compiler:
  31. - gcc
  32. - clang