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
661 B

8 years ago
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: required
  8. - os: linux
  9. dist: precise
  10. compiler: clang
  11. sudo: required
  12. - os: linux
  13. dist: trusty
  14. compiler: gcc
  15. sudo: required
  16. - os: linux
  17. dist: trusty
  18. compiler: clang
  19. sudo: required
  20. - os: osx
  21. compiler: clang
  22. before_script:
  23. - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
  24. - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap caskroom/cask; fi
  25. - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install osxfuse; fi
  26. script:
  27. - sudo -E make install-build-pkgs
  28. - make