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

ci: bring back cross-compilation to linux test

This commit is contained in:
Alexander Medvednikov 2020-07-09 00:46:27 +02:00
parent 373aa3dbc8
commit c0a0949932

View File

@ -115,8 +115,8 @@ jobs:
run: ./v test-fixed
- name: Build examples
run: ./v build-examples
# - name: Cross-compilation to Linux
# run: ./v -os linux cmd/v
- name: Cross-compilation to Linux
run: ./v -os linux cmd/v
# - name: Test vsh
# run: ./v examples/v_script.vsh
- name: Test vid