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.
 
 
 

31 lines
390 B

  1. sudo: required
  2. dist: trusty
  3. language: c++
  4. env: VERBOSE=1
  5. addons:
  6. apt:
  7. packages:
  8. - build-essential
  9. - automake
  10. - autoconf
  11. - libtool
  12. - pkg-config
  13. - libsdl2-dev
  14. - libsdl2-image-dev
  15. - libsdl2-mixer-dev
  16. - libglew-dev
  17. before_install:
  18. # - .travis/before_install.sh
  19. - ./bootstrap
  20. os:
  21. - linux
  22. # - osx
  23. compiler:
  24. - gcc
  25. - clang