ci: run v self with -prealloc

pull/9425/head
Alexander Medvednikov 2021-03-22 12:08:05 +03:00
parent 320cd00203
commit 57b30507fa
1 changed files with 10 additions and 8 deletions

View File

@ -62,6 +62,8 @@ jobs:
make
./v -d debug_malloc -d debug_realloc -o v cmd/v
./v -cg -cflags -Werror -o v cmd/v
# Test v -realloc arena allocation
./v -o vrealloc -prealloc cmd/v && ./vrealloc -o v3 cmd/v && ./v3 -o v4 cmd/v
- name: Test v->c
run: |
thirdparty/tcc/tcc.exe -version