Skip to content

Commit

Permalink
Add gem:windows task for building binary windows gems per rake-compil…
Browse files Browse the repository at this point in the history
…er-dock.
  • Loading branch information
larskanis committed Jun 23, 2015
1 parent 7c4fdfd commit 72447fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Expand Up @@ -77,6 +77,14 @@ ENV['RUBY_CC_VERSION'].to_s.split(':').each do |ruby_version|
end
end

desc "Build windows binary gems per rake-compiler-dock."
task "gem:windows" do
require "rake_compiler_dock"
RakeCompilerDock.sh <<-EOT
rake cross native gem MAKE='nice make -j`nproc`'
EOT
end

task :docs_of_vendor_extensions do
Dir['pkcs11_*'].each do |dir|
chdir(dir) do
Expand Down

0 comments on commit 72447fe

Please sign in to comment.