mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
put back temp removed flags and env vars (#2339)
This commit is contained in:
parent
9a2b8a0814
commit
60e7c12e92
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: -cc 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: -cc msvc
|
||||
env:
|
||||
VFLAGS: -cc msvc
|
||||
run: |
|
||||
.\v.exe test v
|
||||
## v.js dosent work on windows
|
||||
|
@ -49,7 +49,7 @@ script:
|
||||
fi
|
||||
if [[ "${TRAVIS_JOB_NAME}" == "windows_msvc" ]]; then
|
||||
echo "Building V with MSVC"
|
||||
#export VFLAGS="-cc msvc"
|
||||
export VFLAGS="-cc msvc"
|
||||
./make.bat -msvc
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user