mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: skip the mysql.v example on windows too
This commit is contained in:
parent
f2bfda4989
commit
acc93a66bb
@ -25,7 +25,7 @@ pub mut:
|
|||||||
progress_mode bool
|
progress_mode bool
|
||||||
root_relative bool // used by CI runs, so that the output is stable everywhere
|
root_relative bool // used by CI runs, so that the output is stable everywhere
|
||||||
nmessages chan LogMessage // many publishers, single consumer/printer
|
nmessages chan LogMessage // many publishers, single consumer/printer
|
||||||
nmessage_idx int // currently printed message index
|
nmessage_idx int // currently printed message index
|
||||||
nprint_ended chan int // read to block till printing ends, 1:1
|
nprint_ended chan int // read to block till printing ends, 1:1
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -116,6 +116,7 @@ pub fn new_test_session(_vargs string) TestSession {
|
|||||||
skip_files << 'examples/database/mysql.v'
|
skip_files << 'examples/database/mysql.v'
|
||||||
}
|
}
|
||||||
$if windows {
|
$if windows {
|
||||||
|
skip_files << 'examples/database/mysql.v'
|
||||||
skip_files << 'examples/x/websocket/ping.v' // requires OpenSSL
|
skip_files << 'examples/x/websocket/ping.v' // requires OpenSSL
|
||||||
}
|
}
|
||||||
if github_job != 'ubuntu-tcc' {
|
if github_job != 'ubuntu-tcc' {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user