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

ci: build vpm

This commit is contained in:
Alexander Medvednikov 2020-02-05 11:22:08 +01:00
parent 1db07f52d1
commit efaca5974c

View File

@ -116,6 +116,8 @@ jobs:
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
- name: Build Vorum
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
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
- name: x64 machine code generation