mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove asm test from msvc
This commit is contained in:
parent
6ae8457f35
commit
43863edc4f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -39,8 +39,8 @@ jobs:
|
||||
run: make && ./v -cc gcc -o v v.v
|
||||
- name: Test v->c
|
||||
run: ./v test v
|
||||
- name: Test v->js
|
||||
run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||
# - name: Test v->js
|
||||
# run: ./v -o hi.js examples/hello_v_js.v && node hi.js
|
||||
- name: Bare metal
|
||||
run: ./v -bare -o bare vlib/os/bare/bare_example_linux.v
|
||||
|
||||
|
@ -91,6 +91,7 @@ pub fn (ts mut TestSession) test() {
|
||||
if file.contains('sqlite') { continue }
|
||||
}
|
||||
$if msvc {
|
||||
if file.contains('asm') { continue }
|
||||
}
|
||||
$if tinyc {
|
||||
if file.contains('asm') { continue }
|
||||
|
Loading…
Reference in New Issue
Block a user