mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
windows: use setup-freetype
tool to install freetype
This commit is contained in:
parent
e9177faf17
commit
e638d12654
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -251,14 +251,14 @@ jobs:
|
||||
#- uses: actions/setup-node@v1
|
||||
# with:
|
||||
# node-version: 12.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries.git thirdparty/freetype/
|
||||
.\.github\workflows\windows-install-sdl.bat
|
||||
- name: Build
|
||||
run: |
|
||||
gcc --version
|
||||
.\make.bat -gcc
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
.\v.exe setup-freetype
|
||||
.\.github\workflows\windows-install-sdl.bat
|
||||
- name: Fixed tests
|
||||
run: |
|
||||
.\v.exe test-fixed
|
||||
@ -282,15 +282,15 @@ jobs:
|
||||
#- uses: actions/setup-node@v1
|
||||
# with:
|
||||
# node-version: 12.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/ubawurinna/freetype-windows-binaries.git thirdparty/freetype/
|
||||
.\.github\workflows\windows-install-sdl.bat
|
||||
- name: Build
|
||||
run: |
|
||||
echo %VFLAGS%
|
||||
echo $VFLAGS
|
||||
.\make.bat -msvc
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
.\v.exe setup-freetype
|
||||
.\.github\workflows\windows-install-sdl.bat
|
||||
- name: quick debug
|
||||
run: ./v -stats vlib/strconv/format_test.v
|
||||
- name: Fixed tests
|
||||
|
Loading…
Reference in New Issue
Block a user