Split the C++ tests into three groups.

Running these as a single test still intermittently times out after 40
minutes, even with the other recent csets.
This commit is contained in:
Ewan Mellor 2017-10-20 00:26:35 -07:00
parent 5f28a5b313
commit 7df0c2f478
No known key found for this signature in database
GPG Key ID: 7CE1C6BC9EC8645D
1 changed files with 35 additions and 1 deletions

View File

@ -20,7 +20,41 @@ matrix:
env:
- TARGET=cpp
- CXX=g++-5
- GROUP=ALL
- GROUP=LEXER
stage: main-test
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- g++-5
- uuid-dev
- clang-3.7
- os: linux
compiler: clang
jdk: openjdk7
env:
- TARGET=cpp
- CXX=g++-5
- GROUP=PARSER
stage: main-test
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- g++-5
- uuid-dev
- clang-3.7
- os: linux
compiler: clang
jdk: openjdk7
env:
- TARGET=cpp
- CXX=g++-5
- GROUP=RECURSION
stage: main-test
addons:
apt: