mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a cron job to keep CPDEBUG working
This commit is contained in:
parent
9c553139ae
commit
97a03a0356
Notes:
git
2019-10-22 12:21:29 +09:00
1 changed files with 9 additions and 0 deletions
|
@ -161,6 +161,14 @@ env:
|
|||
env:
|
||||
- BEFORE_INSTALL="sed vm_opts.h -e 's/OPT_SUPPORT_JOKE *0/OPT_SUPPORT_JOKE 1/' -i"
|
||||
|
||||
- &CPDEBUG
|
||||
name: CPDEBUG
|
||||
<<: *gcc-8
|
||||
<<: *cron-only
|
||||
<<: *make-test-only
|
||||
env:
|
||||
- DEFS="-DCPDEBUG"
|
||||
|
||||
- &WITH_COROUTINE_UCONTEXT
|
||||
name: COROUTINE=ucontext
|
||||
<<: *gcc-8
|
||||
|
@ -385,6 +393,7 @@ matrix:
|
|||
- <<: *jemalloc
|
||||
- <<: *VM_CHECK_MODE
|
||||
- <<: *SUPPORT_JOKE
|
||||
- <<: *CPDEBUG
|
||||
- <<: *WITH_COROUTINE_UCONTEXT
|
||||
- <<: *WITH_COROUTINE_COPY
|
||||
- <<: *TOKEN_THREADED_CODE
|
||||
|
|
Loading…
Reference in a new issue