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:
parent
373aa3dbc8
commit
c0a0949932
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user