mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
Add matrix build for all tests
This commit is contained in:
parent
f717d87e8c
commit
7e5bcbea07
18
.travis.yml
18
.travis.yml
@ -6,15 +6,15 @@ before_install:
|
||||
|
||||
env:
|
||||
matrix:
|
||||
# - BUILD_STEP="jdk-test"
|
||||
# - BUILD_STEP="test"
|
||||
# - BUILD_STEP="mode=debug test"
|
||||
# - BUILD_STEP="process=interpret test"
|
||||
# - BUILD_STEP="mode=debug bootimage=true test"
|
||||
# - BUILD_STEP="bootimage=true test"
|
||||
# - BUILD_STEP="openjdk=$JAVA_HOME test"
|
||||
# - BUILD_STEP="tails=true continuations=true heapdump=true test"
|
||||
# - BUILD_STEP="codegen-targets=all test"
|
||||
- BUILD_STEP="jdk-test"
|
||||
- BUILD_STEP="test"
|
||||
- BUILD_STEP="mode=debug test"
|
||||
- BUILD_STEP="process=interpret test"
|
||||
- BUILD_STEP="mode=debug bootimage=true test"
|
||||
- BUILD_STEP="bootimage=true test"
|
||||
- BUILD_STEP="openjdk=$JAVA_HOME test"
|
||||
- BUILD_STEP="tails=true continuations=true heapdump=true test"
|
||||
- BUILD_STEP="codegen-targets=all test"
|
||||
- BUILD_STEP="PUBLISH"
|
||||
global:
|
||||
- TERM=dumb
|
||||
|
Loading…
Reference in New Issue
Block a user