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.

33 line
475B

  1. language: generic
  2. dist: trusty
  3. sudo: required
  4. env:
  5. global:
  6. - DEPENDENCY_DIR="${TRAVIS_BUILD_DIR}/dependencies"
  7. cache:
  8. directories:
  9. - ${DEPENDENCY_DIR}
  10. matrix:
  11. include:
  12. - env: CXX=g++-7 CC=gcc-7
  13. addons:
  14. apt:
  15. packages:
  16. - g++-7
  17. sources: &sources
  18. - ubuntu-toolchain-r-test
  19. install:
  20. - script/ci_install.sh
  21. - export PATH="${DEPENDENCY_DIR}/cmake/bin:${PATH}"
  22. script:
  23. - script/ci_build.sh