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.

27 lines
512 B

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