|
@ -7,6 +7,7 @@ branches: |
|
|
only: |
|
|
only: |
|
|
- master |
|
|
- master |
|
|
- stable |
|
|
- stable |
|
|
|
|
|
sudo: required |
|
|
dist: trusty |
|
|
dist: trusty |
|
|
language: cpp |
|
|
language: cpp |
|
|
|
|
|
|
|
@ -20,7 +21,6 @@ cache: |
|
|
# Enable docker support |
|
|
# Enable docker support |
|
|
services: |
|
|
services: |
|
|
- docker |
|
|
- docker |
|
|
sudo: required |
|
|
|
|
|
|
|
|
|
|
|
notifications: |
|
|
notifications: |
|
|
email: |
|
|
email: |
|
@ -42,8 +42,8 @@ jobs: |
|
|
# osx |
|
|
# osx |
|
|
- stage: Build (1st run) |
|
|
- stage: Build (1st run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- rm -rf build |
|
|
- rm -rf build |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
@ -53,8 +53,8 @@ jobs: |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- stage: Build (1st run) |
|
|
- stage: Build (1st run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- rm -rf build |
|
|
- rm -rf build |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
@ -66,7 +66,7 @@ jobs: |
|
|
- stage: Build (1st run) |
|
|
- stage: Build (1st run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- rm -rf build |
|
|
- rm -rf build |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
@ -79,7 +79,7 @@ jobs: |
|
|
- stage: Build (1st run) |
|
|
- stage: Build (1st run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- rm -rf build |
|
|
- rm -rf build |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
@ -97,8 +97,8 @@ jobs: |
|
|
# osx |
|
|
# osx |
|
|
- stage: Build (2nd run) |
|
|
- stage: Build (2nd run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -107,8 +107,8 @@ jobs: |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- stage: Build (2nd run) |
|
|
- stage: Build (2nd run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -119,7 +119,7 @@ jobs: |
|
|
- stage: Build (2nd run) |
|
|
- stage: Build (2nd run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
@ -131,7 +131,7 @@ jobs: |
|
|
- stage: Build (2nd run) |
|
|
- stage: Build (2nd run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
@ -148,8 +148,8 @@ jobs: |
|
|
# osx |
|
|
# osx |
|
|
- stage: Build (3rd run) |
|
|
- stage: Build (3rd run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -158,8 +158,8 @@ jobs: |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- stage: Build (3rd run) |
|
|
- stage: Build (3rd run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -170,7 +170,7 @@ jobs: |
|
|
- stage: Build (3rd run) |
|
|
- stage: Build (3rd run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
@ -182,7 +182,7 @@ jobs: |
|
|
- stage: Build (3rd run) |
|
|
- stage: Build (3rd run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
@ -199,8 +199,8 @@ jobs: |
|
|
# osx |
|
|
# osx |
|
|
- stage: Build (4th run) |
|
|
- stage: Build (4th run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -209,8 +209,8 @@ jobs: |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- stage: Build (4th run) |
|
|
- stage: Build (4th run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -221,7 +221,7 @@ jobs: |
|
|
- stage: Build (4th run) |
|
|
- stage: Build (4th run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
@ -233,7 +233,7 @@ jobs: |
|
|
- stage: Build (4th run) |
|
|
- stage: Build (4th run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
@ -250,8 +250,8 @@ jobs: |
|
|
# osx |
|
|
# osx |
|
|
- stage: Build (5th run) |
|
|
- stage: Build (5th run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -260,8 +260,8 @@ jobs: |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- stage: Build (5th run) |
|
|
- stage: Build (5th run) |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -272,7 +272,7 @@ jobs: |
|
|
- stage: Build (5th run) |
|
|
- stage: Build (5th run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
@ -284,7 +284,7 @@ jobs: |
|
|
- stage: Build (5th run) |
|
|
- stage: Build (5th run) |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
@ -301,8 +301,8 @@ jobs: |
|
|
# osx |
|
|
# osx |
|
|
- stage: Test all |
|
|
- stage: Test all |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultDebug COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -311,8 +311,8 @@ jobs: |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- find build -iname '*err*.log' -type f -print -exec cat {} \; |
|
|
- stage: Test all |
|
|
- stage: Test all |
|
|
os: osx |
|
|
os: osx |
|
|
compiler: clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=clang-4.0 STL=libc++ |
|
|
|
|
|
|
|
|
compiler: apple-clang |
|
|
|
|
|
env: CONFIG=DefaultRelease COMPILER=apple-clang STL=libc++ |
|
|
install: |
|
|
install: |
|
|
- travis/install_osx.sh |
|
|
- travis/install_osx.sh |
|
|
script: |
|
|
script: |
|
@ -323,7 +323,7 @@ jobs: |
|
|
- stage: Test all |
|
|
- stage: Test all |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultDebug LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
@ -335,7 +335,7 @@ jobs: |
|
|
- stage: Test all |
|
|
- stage: Test all |
|
|
os: linux |
|
|
os: linux |
|
|
compiler: gcc |
|
|
compiler: gcc |
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc-6 |
|
|
|
|
|
|
|
|
env: CONFIG=DefaultRelease LINUX=ubuntu-16.10 COMPILER=gcc |
|
|
install: |
|
|
install: |
|
|
- travis/install_linux.sh |
|
|
- travis/install_linux.sh |
|
|
script: |
|
|
script: |
|
|