matrix:
include:
- # minimum supported with threads
- - perl: 5.8.5_thr
- env:
- - CLEANTEST=false
- - BREWOPTS="-Duseithreads"
- - BREWVER=5.8.5
- - DBIC_TRACE_PROFILE=console
-
- # minimum supported without threads
- - perl: 5.8.3_nt
+ # this particular perl is quite widespread
+ - perl: 5.8.8_thr_mb
env:
- - CLEANTEST=false
- - BREWOPTS=""
- - BREWVER=5.8.3
- - DBIC_TRACE_PROFILE=console_monochrome
+ - CLEANTEST=true
+ - BREWOPTS="-Duseithreads -Dusemorebits"
+ - BREWVER=5.8.8
- # check CLEANTEST of minimum supported
- - perl: 5.8.3_nt_mb
+ # so is this one (test a sane CPAN.pm)
+ - perl: 5.12.4_thr_mb
env:
- CLEANTEST=true
- - BREWOPTS="-Dusemorebits"
- - BREWVER=5.8.3
+ - BREWOPTS="-Duseithreads -Dusemorebits"
+ - BREWVER=5.12.4
# this is the perl suse ships
- perl: 5.10.0_thr_dbg
- BREWOPTS="-DDEBUGGING -Duseithreads"
- BREWVER=5.10.0
- # this particular perl is quite widespread
- - perl: 5.8.8_thr_mb
+ # CLEANTEST of minimum supported
+ - perl: 5.8.3_nt_mb
env:
- CLEANTEST=true
- - BREWOPTS="-Duseithreads -Dusemorebits"
- - BREWVER=5.8.8
+ - BREWOPTS="-Dusemorebits"
+ - BREWVER=5.8.3
+
+ # Full Test of minimum supported with threads
+ - perl: 5.8.5_thr
+ env:
+ - CLEANTEST=false
+ - BREWOPTS="-Duseithreads"
+ - BREWVER=5.8.5
+ - DBIC_TRACE_PROFILE=console
+ # Full Test of minimum supported without threads
+ - perl: 5.8.3_nt
+ env:
+ - CLEANTEST=false
+ - BREWOPTS=""
+ - BREWVER=5.8.3
+ - DBIC_TRACE_PROFILE=console_monochrome
+
+ ###
# some permutations of tracing and envvar poisoning
+
- perl: 5.18.1_thr_mb
env:
- CLEANTEST=false