mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +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:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
# - BUILD_STEP="jdk-test"
|
- BUILD_STEP="jdk-test"
|
||||||
# - BUILD_STEP="test"
|
- BUILD_STEP="test"
|
||||||
# - BUILD_STEP="mode=debug test"
|
- BUILD_STEP="mode=debug test"
|
||||||
# - BUILD_STEP="process=interpret test"
|
- BUILD_STEP="process=interpret test"
|
||||||
# - BUILD_STEP="mode=debug bootimage=true test"
|
- BUILD_STEP="mode=debug bootimage=true test"
|
||||||
# - BUILD_STEP="bootimage=true test"
|
- BUILD_STEP="bootimage=true test"
|
||||||
# - BUILD_STEP="openjdk=$JAVA_HOME test"
|
- BUILD_STEP="openjdk=$JAVA_HOME test"
|
||||||
# - BUILD_STEP="tails=true continuations=true heapdump=true test"
|
- BUILD_STEP="tails=true continuations=true heapdump=true test"
|
||||||
# - BUILD_STEP="codegen-targets=all test"
|
- BUILD_STEP="codegen-targets=all test"
|
||||||
- BUILD_STEP="PUBLISH"
|
- BUILD_STEP="PUBLISH"
|
||||||
global:
|
global:
|
||||||
- TERM=dumb
|
- TERM=dumb
|
||||||
|
Loading…
Reference in New Issue
Block a user