separate cmake and autotools travis build

This commit is contained in:
arvidn 2018-03-27 07:40:30 +02:00 committed by Arvid Norberg
parent d080c6f532
commit 4d9fde8a39
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ matrix:
- env: variant=test_debug lint=1 tests=1 toolset=gcc-sanitizer
- env: variant=test_debug sim=1 crypto=openssl toolset=gcc-sanitizer
- env: variant=test_release coverage=1 tests=1 toolset=gcc-coverage python=1
- env: cmake=1 autotools=1 toolset=gcc
- env: variant=test_debug crypto=openssl docs=1 tests=1 examples=1 python=1 toolset=darwin ios=1
- env: autotools=1 toolset=gcc
- env: cmake=1 toolset=gcc
- env: variant=test_debug crypto=openssl docs=1 tests=1 examples=1 tools=1 python=1 toolset=darwin ios=1
os: osx
osx_image: xcode9.2
- env: arch=arm toolset=gcc-arm