Add matrix build for all tests

This commit is contained in:
Seth Goings 2015-01-02 16:38:43 -07:00
parent f717d87e8c
commit 7e5bcbea07

View File

@ -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