mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
compiler: move msvc compiler to -cc flag instead of -os (#2338)
* move msvc to -cc flag instead of -os * undo unrelated change * do first build without msvc * remvove flags temp * fix comment
This commit is contained in:
parent
093d8a2b00
commit
9a2b8a0814
12 changed files with 37 additions and 36 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -85,14 +85,14 @@ jobs:
|
|||
# with:
|
||||
# node-version: 12.x
|
||||
- name: Build
|
||||
env:
|
||||
VFLAGS: -os msvc
|
||||
#env:
|
||||
# VFLAGS: -cc msvc
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries.git thirdparty/freetype/
|
||||
.\make.bat -msvc
|
||||
- name: Test
|
||||
env:
|
||||
VFLAGS: -os msvc
|
||||
#env:
|
||||
# VFLAGS: -cc msvc
|
||||
run: |
|
||||
.\v.exe test v
|
||||
## v.js dosent work on windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue