mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: add -prealloc
self compilation checks on more platforms (#24891)
This commit is contained in:
parent
e2434a8256
commit
50db431cfd
4 changed files with 41 additions and 14 deletions
2
.github/workflows/macos_ci.yml
vendored
2
.github/workflows/macos_ci.yml
vendored
|
@ -38,6 +38,8 @@ jobs:
|
|||
run: v run ci/macos_ci.vsh test_symlink
|
||||
- name: v doctor
|
||||
run: v run ci/macos_ci.vsh v_doctor
|
||||
- name: Build v with -prealloc
|
||||
run: v run ci/macos_ci.vsh build_v_with_prealloc
|
||||
- name: Test cross compilation to Linux
|
||||
run: v run ci/macos_ci.vsh test_cross_compilation
|
||||
- name: Build V with -cstrict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue