mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: test windows package
This commit is contained in:
parent
ae171ec28e
commit
43d0199604
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
- name: Download V
|
- name: Download V
|
||||||
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip && unzip v_linux.zip && ./v --version
|
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_linux.zip && unzip v_linux.zip && ./v --version
|
||||||
- name: Test V
|
- name: Test V
|
||||||
run: ./v test v
|
run: ./v examples/hello_world.v && examples/hello_world
|
||||||
|
|
||||||
|
|
||||||
macos-prebuilt:
|
macos-prebuilt:
|
||||||
@ -84,7 +84,15 @@ jobs:
|
|||||||
- name: Download V
|
- name: Download V
|
||||||
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_macos.zip && unzip v_macos.zip && ./v --version
|
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_macos.zip && unzip v_macos.zip && ./v --version
|
||||||
- name: Test V
|
- name: Test V
|
||||||
run: ./v test v
|
run: ./v examples/hello_world.v && examples/hello_world
|
||||||
|
|
||||||
|
windows-prebuilt:
|
||||||
|
runs-on: windows-2019
|
||||||
|
steps:
|
||||||
|
- name: Download V
|
||||||
|
run: wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip && unzip v_windows.zip && ./v.exe --version
|
||||||
|
- name: Test V
|
||||||
|
run: ./v.exe examples/hello_world.v && examples/hello_world.exe
|
||||||
|
|
||||||
|
|
||||||
ubuntu-tcc:
|
ubuntu-tcc:
|
||||||
|
Loading…
Reference in New Issue
Block a user