mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: build-vbinaries on windows
This commit is contained in:
parent
468c37e186
commit
291160c32d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -549,8 +549,8 @@ jobs:
|
||||
## v.js dosent work on windows
|
||||
#.\v.exe -o hi.js examples/hello_v_js.v
|
||||
#node hi.js
|
||||
# - name: Test v binaries
|
||||
# run: ./v build-vbinaries
|
||||
- name: Test v binaries
|
||||
run: ./v build-vbinaries
|
||||
- name: v2 self compilation
|
||||
run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user