ci: V2 self compilation

pull/4131/head
Alexander Medvednikov 2020-03-27 11:39:16 +01:00
parent 7fdce50718
commit cb747316ed
1 changed files with 3 additions and 0 deletions

View File

@ -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