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.

123456789101112131415161718192021222324
  1. sudo: false
  2. language: c
  3. env: VERBOSE=1
  4. addons:
  5. apt:
  6. packages:
  7. - build-essential
  8. - pkg-config
  9. - libcaca-dev
  10. - zlib1g-dev
  11. before_install:
  12. - .travis/before_install.sh
  13. - ./bootstrap
  14. os:
  15. - linux
  16. - osx
  17. compiler:
  18. - gcc
  19. - clang