Rakefile in beeps-0.2.1 vs Rakefile in beeps-0.3
- old
+ new
@@ -13,10 +13,12 @@
EXTENSIONS = [Xot, Rucy, Beeps]
TESTS_ALONE = ['test/test_beeps_init.rb']
+install_packages win32: %w[MINGW_PACKAGE_PREFIX-openal]
+
use_external_library 'https://github.com/thestk/stk',
tag: '4.6.2',
incdirs: 'include',
srcdirs: 'src',
excludes: %w[stk/src/include Tcp Udp Socket Thread Mutex InetWv /Rt]
@@ -45,8 +47,8 @@
default_tasks :ext
use_bundler
build_native_library
build_ruby_extension
-test_ruby_extension
+test_ruby_extension unless github_actions? && win32?
generate_documents
build_ruby_gem