mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: add build-examples task to tcc-windows CI (#8653)
This commit is contained in:
parent
f371803a32
commit
8b1337029f
2 changed files with 5 additions and 0 deletions
|
@ -124,6 +124,9 @@ pub fn new_test_session(_vargs string) TestSession {
|
|||
skip_files << 'examples/websocket/ping.v' // requires OpenSSL
|
||||
skip_files << 'examples/websocket/client-server/client.v' // requires OpenSSL
|
||||
skip_files << 'examples/websocket/client-server/server.v' // requires OpenSSL
|
||||
$if tinyc {
|
||||
skip_files << 'examples/database/orm.v' // try fix it
|
||||
}
|
||||
}
|
||||
if testing.github_job != 'ubuntu-tcc' {
|
||||
skip_files << 'examples/wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue