mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
new travis setting to enable assertions
This commit is contained in:
parent
2a49a47956
commit
3175c54cb6
1 changed files with 9 additions and 0 deletions
|
@ -111,6 +111,14 @@ env:
|
|||
env:
|
||||
- CONFIG_FLAG='--with-gmp --with-jemalloc --with-valgrind'
|
||||
|
||||
- &assertions
|
||||
name: RUBY_DEBUG=1
|
||||
<<: *linux
|
||||
#<<: *cron-only
|
||||
<<: *make-test-only
|
||||
env:
|
||||
- cppflags='-DRUBY_DEBUG -DVM_CHECK_MODE -DTRANSIENT_HEAP_CHECK_MODE -DRGENGC_CHECK_MODE -DENC_DEBUG'
|
||||
|
||||
- &VM_CHECK_MODE
|
||||
name: VM_CHECK_MODE=3
|
||||
<<: *linux
|
||||
|
@ -301,6 +309,7 @@ matrix:
|
|||
- <<: *ASAN
|
||||
- <<: *MSAN
|
||||
- <<: *UBSAN
|
||||
- <<: *assertions
|
||||
- <<: *VM_CHECK_MODE
|
||||
- <<: *FIBER_USE_sjlj
|
||||
- <<: *TOKEN_THREADED_CODE
|
||||
|
|
Loading…
Reference in a new issue