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 lines
736 B

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. language: cpp
  2. matrix:
  3. include:
  4. - os: linux
  5. dist: precise
  6. compiler: gcc
  7. sudo: false
  8. - os: linux
  9. dist: precise
  10. compiler: clang
  11. sudo: false
  12. - os: linux
  13. dist: trusty
  14. compiler: gcc
  15. sudo: false
  16. - os: linux
  17. dist: trusty
  18. compiler: clang
  19. sudo: false
  20. - os: osx
  21. compiler: clang
  22. addons:
  23. apt:
  24. packages:
  25. - pkg-config
  26. - debhelper
  27. - libfuse-dev
  28. - libattr1-dev
  29. - python
  30. before_script:
  31. - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
  32. - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap caskroom/cask; fi
  33. - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install osxfuse; fi
  34. script:
  35. - make