Skip to content

Commit

Permalink
ci: Skip gir test on cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
xclaesse authored and nirbheek committed Sep 28, 2023
1 parent a37a20a commit 47d456a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions test cases/frameworks/37 gir cpp/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ if not gi.found()
error('MESON_SKIP_TEST gobject-introspection not found.')
endif

if host_machine.system() == 'cygwin'
# FIXME: g-ir-scanner seems broken on cygwin:
# ERROR: can't resolve libraries to shared libraries: foo++
error('MESON_SKIP_TEST g-ir-scanner is broken on cygwin.')
endif

gnome = import('gnome')

lib = library('foo++', 'foo.cpp')
Expand Down
2 changes: 1 addition & 1 deletion test cases/frameworks/37 gir cpp/test.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"skip_on_jobname": ["azure", "macos", "msys2"]
"skip_on_jobname": ["azure", "macos", "msys2", "cygwin"]
}

0 comments on commit 47d456a

Please sign in to comment.