[Groonga-commit] groonga/groonga at 49d49f8 [master] appveyoer: use backup extension

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 10 14:55:03 JST 2018


Kouhei Sutou	2018-04-10 14:55:03 +0900 (Tue, 10 Apr 2018)

  New Revision: 49d49f847292d4f6678f43affd3d6aade789dee8
  https://github.com/groonga/groonga/commit/49d49f847292d4f6678f43affd3d6aade789dee8

  Message:
    appveyoer: use backup extension

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -2)
===================================================================
--- appveyor.yml    2018-04-10 14:44:13 +0900 (1f49df871)
+++ appveyor.yml    2018-04-10 14:55:03 +0900 (79e0c8b5e)
@@ -65,9 +65,9 @@ build_script:
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% 2015
   - if "%ARCH%" == "amd64"
       set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% Win64
-  - ruby -i'' -pe '$_.gsub!(/^MRB_API int mrb_gc_arena_save/, "//")'
+  - ruby -i '.bak' -pe '$_.gsub!(/^MRB_API int mrb_gc_arena_save/, "//")'
       vendor\mruby-source\include\mruby.h
-  - ruby -i'' -pe '$_.gsub!(/^MRB_API void mrb_gc_arena_restore/, "//")'
+  - ruby -i '.bak' -pe '$_.gsub!(/^MRB_API void mrb_gc_arena_restore/, "//")'
       vendor\mruby-source\include\mruby.h
   - cmake . -G "%CMAKE_GENERATOR_NAME%"
       -DCMAKE_INSTALL_PREFIX=%FULL_GROONGA_INSTALL_FOLDER%
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180410/18360410/attachment.htm 



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