mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: V2 self compilation
This commit is contained in:
parent
7fdce50718
commit
cb747316ed
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -123,6 +123,9 @@ jobs:
|
||||
run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd ..
|
||||
- name: Freestanding
|
||||
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
||||
- name: v2 self compilation
|
||||
run: ./v -b v2 -o v2 && ./v2 -b v2 -o v3 && ./v3 -b v2 -o v4
|
||||
|
||||
- name: x64 machine code generation
|
||||
run: |
|
||||
./v -o vprod -prod cmd/v
|
||||
|
Loading…
Reference in New Issue
Block a user