mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: add ./v doc clipboard
steps in the windows-tcc job too
This commit is contained in:
parent
644fdd0248
commit
79a8e34e33
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@ -814,8 +814,17 @@ jobs:
|
||||
.\v.exe cmd/tools/test_if_v_test_system_works.v
|
||||
.\cmd\tools\test_if_v_test_system_works.exe
|
||||
- name: Make sure running TCC64 instead of TCC32
|
||||
run : |
|
||||
.\v.exe test .github\workflows\make_sure_ci_run_with_64bit_compiler_test.v
|
||||
run : .\v.exe test .github\workflows\make_sure_ci_run_with_64bit_compiler_test.v
|
||||
|
||||
- name: Test ./v doc -v clipboard *BEFORE building tools*
|
||||
run: ./v doc -v clipboard
|
||||
|
||||
- name: Test v build-tools
|
||||
run: ./v -W build-tools
|
||||
|
||||
- name: Test ./v doc clipboard
|
||||
run: ./v doc clipboard
|
||||
|
||||
- name: Self tests
|
||||
run: |
|
||||
.\v.exe -silent test-self
|
||||
@ -846,9 +855,16 @@ jobs:
|
||||
run: |
|
||||
.\v.exe cmd/tools/test_if_v_test_system_works.v
|
||||
.\cmd\tools\test_if_v_test_system_works.exe
|
||||
|
||||
- name: Make sure running TCC32 instead of TCC64
|
||||
run : |
|
||||
.\v.exe test .github\workflows\make_sure_ci_run_with_32bit_compiler_test.v
|
||||
run : .\v.exe test .github\workflows\make_sure_ci_run_with_32bit_compiler_test.v
|
||||
|
||||
- name: Test v build-tools
|
||||
run: ./v -W build-tools
|
||||
|
||||
- name: Test ./v doc clipboard
|
||||
run: ./v doc clipboard
|
||||
|
||||
- name: Self tests
|
||||
run: |
|
||||
.\v.exe -silent test-self
|
||||
|
Loading…
Reference in New Issue
Block a user