ci: disable the tcc32 windows tasks for now
parent
83fee01f6e
commit
bf7074cad4
|
@ -734,45 +734,45 @@ jobs:
|
||||||
- name: v2 self compilation
|
- name: v2 self compilation
|
||||||
run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
|
run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
|
||||||
|
|
||||||
## tcc32
|
## ## tcc32
|
||||||
- name: Build with make.bat -tcc32
|
## - name: Build with make.bat -tcc32
|
||||||
run: |
|
## run: |
|
||||||
Remove-Item -Recurse -Force .\thirdparty\tcc
|
## Remove-Item -Recurse -Force .\thirdparty\tcc
|
||||||
.\v.exe wipe-cache
|
## .\v.exe wipe-cache
|
||||||
.\make.bat -tcc32
|
## .\make.bat -tcc32
|
||||||
- name: Test new v.c
|
## - name: Test new v.c
|
||||||
run: .\v.exe -o v.c cmd/v && .\thirdparty\tcc\tcc.exe -I ./thirdparty/stdatomic/win -Werror -w -ladvapi32 -bt10 v.c
|
## run: .\v.exe -o v.c cmd/v && .\thirdparty\tcc\tcc.exe -I ./thirdparty/stdatomic/win -Werror -g -w -ladvapi32 -bt10 v.c
|
||||||
- name: v doctor
|
## - name: v doctor
|
||||||
run: ./v doctor
|
## run: ./v doctor
|
||||||
|
##
|
||||||
- name: Verify `v test` works
|
## - name: Verify `v test` works
|
||||||
run: |
|
## run: |
|
||||||
.\v.exe cmd/tools/test_if_v_test_system_works.v
|
## .\v.exe cmd/tools/test_if_v_test_system_works.v
|
||||||
.\cmd\tools\test_if_v_test_system_works.exe
|
## .\cmd\tools\test_if_v_test_system_works.exe
|
||||||
|
##
|
||||||
- name: Verify `v vlib/v/gen/c/coutput_test.v` works
|
## - name: Verify `v vlib/v/gen/c/coutput_test.v` works
|
||||||
run: |
|
## run: |
|
||||||
.\v.exe vlib/v/gen/c/coutput_test.v
|
## .\v.exe vlib/v/gen/c/coutput_test.v
|
||||||
|
##
|
||||||
- name: Make sure running TCC32 instead of TCC64
|
## - name: Make sure running TCC32 instead of TCC64
|
||||||
run: ./v -stats .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
|
## - name: Test v build-tools
|
||||||
run: ./v -W build-tools
|
## run: ./v -W build-tools
|
||||||
|
##
|
||||||
- name: Test ./v doc clipboard
|
## - name: Test ./v doc clipboard
|
||||||
run: ./v doc clipboard
|
## run: ./v doc clipboard
|
||||||
|
##
|
||||||
- name: Self tests
|
## - name: Self tests
|
||||||
run: ./v test-self
|
## run: ./v test-self
|
||||||
- name: Test v->js
|
## - name: Test v->js
|
||||||
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
## run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||||
- name: Test v binaries
|
## - name: Test v binaries
|
||||||
run: ./v build-vbinaries
|
## run: ./v build-vbinaries
|
||||||
- name: Build examples
|
## - name: Build examples
|
||||||
run: ./v build-examples
|
## run: ./v build-examples
|
||||||
- name: v2 self compilation
|
## - name: v2 self compilation
|
||||||
run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
|
## run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
|
||||||
|
|
||||||
parser-silent:
|
parser-silent:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
|
|
Loading…
Reference in New Issue