[Groonga-commit] ranguba/rroonga at 05e02e9 [master] windows: Tidy up cross build scripts

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Sep 25 22:49:49 JST 2015


Hiroshi Hatake	2015-09-25 22:49:49 +0900 (Fri, 25 Sep 2015)

  New Revision: 05e02e9e6bc144c936998d439e3af3cba9f3b835
  https://github.com/ranguba/rroonga/commit/05e02e9e6bc144c936998d439e3af3cba9f3b835

  Merged 1e2a565: Merge pull request #108 from cosmo0920/use-rake-compiler-dock

  Message:
    windows: Tidy up cross build scripts

  Modified files:
    Rakefile

  Modified: Rakefile (+11 -2)
===================================================================
--- Rakefile    2015-09-19 22:41:14 +0900 (5539d2a)
+++ Rakefile    2015-09-25 22:49:49 +0900 (3ce72a6)
@@ -162,7 +162,11 @@ namespace :build do
   task :windows_x86 do
     require "rake_compiler_dock"
     rm_rf binary_dir
-    RakeCompilerDock.sh "gem install yard packnga pkg-config && bundle && bundle exec rake clean && rake cross native gem RUBY_CC_VERSION=#{target_rubies}"
+    RakeCompilerDock.sh %Q[
+      bundle
+      rake clean
+      rake cross native gem RUBY_CC_VERSION=\"#{target_rubies}\"
+    ]
   end
 end
 
@@ -171,7 +175,12 @@ namespace :build do
   task :windows_x64 do
     require "rake_compiler_dock"
     rm_rf binary_dir
-    RakeCompilerDock.sh "gem install yard packnga pkg-config && bundle && bundle exec rake clean && RROONGA_USE_GROONGA_X64=true rake cross native gem RUBY_CC_VERSION=#{target_rubies}"
+    RakeCompilerDock.sh %Q[
+      bundle
+      rake clean
+      export RROONGA_USE_GROONGA_X64=true
+      rake cross native gem RUBY_CC_VERSION=\"#{target_rubies}\"
+    ]
   end
 end
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index