fix ci.yml

pull/2902/head
Alexander Medvednikov 2019-11-26 09:48:08 +03:00
parent db21438648
commit 173eacce3f
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ jobs:
run: ./v test v
# - name: Test v->js
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
- name: Build Vorum
git clone --depth 1 https://github.com/vlang/vorum && cd vorum && v .
- name: Build vorum
git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd ..
- name: Bare metal
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
- name: x64 machine code generation