ci: build vpm
parent
1db07f52d1
commit
efaca5974c
|
@ -116,6 +116,8 @@ jobs:
|
||||||
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||||
- name: Build Vorum
|
- name: Build Vorum
|
||||||
run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd ..
|
run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd ..
|
||||||
|
- name: Build vpm
|
||||||
|
run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd ..
|
||||||
- name: Freestanding
|
- name: Freestanding
|
||||||
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
||||||
- name: x64 machine code generation
|
- name: x64 machine code generation
|
||||||
|
|
Loading…
Reference in New Issue