1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: run v self with -prealloc

This commit is contained in:
Alexander Medvednikov 2021-03-22 12:08:05 +03:00
parent 320cd00203
commit 57b30507fa

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