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.
|
- os:
- - linux
-
- sudo: required
- dist: trusty
-
- languages: c++
- compiler: gcc
-
- before_install:
- - sh ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
- install:
- - sh ${TRAVIS_BUILD_DIR}/.travis/install.sh
- script:
- - sh ${TRAVIS_BUILD_DIR}/.travis/script-linux.sh
- - sh ${TRAVIS_BUILD_DIR}/.travis/script-macos.sh
- - sh ${TRAVIS_BUILD_DIR}/.travis/script-win32.sh
- - sh ${TRAVIS_BUILD_DIR}/.travis/script-win64.sh
|