We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62078e commit 9ba65f5Copy full SHA for 9ba65f5
test/compile_rice_test.rb
@@ -15,6 +15,8 @@ class CompileRiceTest < AbstractTest
15
CMAKE_SUBPATH = 'Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/bin/cmake.exe'
16
17
def test_compile_bindings
18
+ skip "CMake hangs on MinGW CI" if RbConfig::CONFIG['arch'] =~ /mingw/
19
+
20
bindings_dir = File.join(__dir__, 'bindings', 'cpp')
21
preset = determine_preset
22
0 commit comments