ci: skip vweb_app_test.v except in the ubuntu-tcc job
parent
2b420cdf4d
commit
d11cd50773
|
@ -150,6 +150,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
|
||||||
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
|
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
|
||||||
// the ttf_test.v is not interactive, but needs X11 headers to be installed, which is done only on ubuntu-tcc for now
|
// the ttf_test.v is not interactive, but needs X11 headers to be installed, which is done only on ubuntu-tcc for now
|
||||||
skip_files << 'vlib/x/ttf/ttf_test.v'
|
skip_files << 'vlib/x/ttf/ttf_test.v'
|
||||||
|
skip_files << 'vlib/vweb/vweb_app_test.v' // imports the `sqlite` module, which in turn includes sqlite3.h
|
||||||
}
|
}
|
||||||
if testing.github_job != 'audio-examples' {
|
if testing.github_job != 'audio-examples' {
|
||||||
skip_files << 'examples/sokol/sounds/melody.v'
|
skip_files << 'examples/sokol/sounds/melody.v'
|
||||||
|
|
Loading…
Reference in New Issue