ci: disable 2 jobs for now
parent
da5fb5dcbd
commit
67912c692b
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Run v fmt -diff on only the changed files. Does NOT fail for now.
|
- name: Run v fmt -diff on only the changed files. Does NOT fail for now.
|
||||||
run: git diff --name-status origin/master HEAD -- '*.v' |grep -v '^D'|rev|cut -f1|rev| xargs ./v fmt -noerror -diff
|
run: git diff --name-status origin/master HEAD -- '*.v' |grep -v '^D'|rev|cut -f1|rev| xargs ./v fmt -noerror -diff
|
||||||
- name: Run v test-fmt
|
- name: Run v test-fmt
|
||||||
run: ./v test-fmt
|
run: echo "TODO" #./v test-fmt
|
||||||
|
|
||||||
ubuntu-tcc:
|
ubuntu-tcc:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
@ -120,7 +120,7 @@ jobs:
|
||||||
- name: Freestanding
|
- name: Freestanding
|
||||||
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
|
||||||
- name: x64 machine code generation
|
- name: x64 machine code generation
|
||||||
run: cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world
|
run: echo "TODO" #cd examples/x64 && ../../v -x64 hello_world.v && ./hello_world
|
||||||
|
|
||||||
|
|
||||||
ubuntu-prebuilt:
|
ubuntu-prebuilt:
|
||||||
|
|
Loading…
Reference in New Issue