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.
|
|
|
|
sudo: required
|
|
|
|
|
|
|
|
|
|
# osx_image: xcode7.3
|
|
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
- distribution: ubuntu
|
|
|
|
|
- distribution: fedora
|
|
|
|
|
- distribution: arch
|
|
|
|
|
- distribution: debian-testing
|
|
|
|
|
- distribution: debian
|
|
|
|
|
|
|
|
|
|
#matrix:
|
|
|
|
|
# include:
|
|
|
|
|
# - os: osx
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
- docker
|
|
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
|
- ./ci/update_ci.sh #travis_wait 90 ./ci/update_ci.sh
|
|
|
|
|
|
|
|
|
|
script:
|
|
|
|
|
- script=compile CXX=clang++ CC=clang ./ci/execute.sh
|
|
|
|
|
- script=clean ./ci/execute.sh
|
|
|
|
|
- script=compile CXX=g++ CC=gcc ./ci/execute.sh
|
|
|
|
|
- script=static_analysis ./ci/execute.sh
|
|
|
|
|
- script=compile make_command="broadwayd & CTEST_OUTPUT_ON_FAILURE=1 make test" ./ci/execute.sh
|