1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: run wkhtmltopdf only on linux again

This commit is contained in:
Alexander Medvednikov
2021-04-05 07:55:28 +03:00
parent 9cc9ce698f
commit ed37512ea9
4 changed files with 7 additions and 3 deletions

View File

@ -143,7 +143,7 @@ pub fn new_test_session(_vargs string) TestSession {
skip_files << 'examples/sokol/06_obj_viewer/obj/util.v'
}
if testing.github_job != 'ubuntu-tcc' {
skip_files << 'examples/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
skip_files << 'vlib/x/ttf/ttf_test.v'
}