1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix -tcc32 job runs

This commit is contained in:
Delyan Angelov 2021-04-17 19:49:28 +03:00
parent 1a0bc5a952
commit 7b1080a567
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -616,7 +616,7 @@ jobs:
run: |
echo %VFLAGS%
echo $VFLAGS
.\make.bat --verbose -msvc
.\make.bat -msvc --verbose
.\v.exe -cflags /WX self
- name: Install dependencies
run: |
@ -659,7 +659,7 @@ jobs:
node-version: 12.x
- name: Build with make.bat -tcc
run: |
.\make.bat --verbose -tcc
.\make.bat -tcc --verbose
- name: Test new v.c
run: .\v.exe -o v.c cmd/v && .\thirdparty\tcc\tcc.exe -Werror -w -ladvapi32 -bt10 v.c
- name: Install dependencies
@ -702,7 +702,7 @@ jobs:
run: |
Remove-Item -Recurse -Force .\thirdparty\tcc
.\v.exe wipe-cache
.\make.bat --verbose -tcc32
.\make.bat -tcc32 --verbose
- name: Test new v.c
run: .\v.exe -o v.c cmd/v && .\thirdparty\tcc\tcc.exe -Werror -w -ladvapi32 -bt10 v.c
- name: v doctor
@ -713,7 +713,7 @@ jobs:
.\cmd\tools\test_if_v_test_system_works.exe
- name: Make sure running TCC32 instead of TCC64
run : ./v test .github\workflows\make_sure_ci_run_with_32bit_compiler_test.v
run : ./v -stats .github\workflows\make_sure_ci_run_with_32bit_compiler_test.v
- name: Test v build-tools
run: ./v -W build-tools