[Groonga-mysql-commit] mroonga/mroonga at ed45a9c [build-with-vs2017] package windows: Create building batch files for Visual Studio 2017

Back to archive index

Hiroshi Hatake null+****@clear*****
Tue Jul 25 15:22:01 JST 2017


Hiroshi Hatake	2017-07-25 15:22:01 +0900 (Tue, 25 Jul 2017)

  New Revision: ed45a9c019b7d86e9df72297f58ce645d604245b
  https://github.com/mroonga/mroonga/commit/ed45a9c019b7d86e9df72297f58ce645d604245b

  Message:
    package windows: Create building batch files for Visual Studio 2017
    
    Tested on:
    
    * Windows 10 Home Build 1703
    * Visual Studio 2017
    * cmake 3.9.0

  Added files:
    packages/windows/build-vc2017-msi-32.bat
    packages/windows/build-vc2017-msi-64.bat
    packages/windows/build-vc2017-zip-32.bat
    packages/windows/build-vc2017-zip-64.bat
    packages/windows/build-vc2017.bat

  Added: packages/windows/build-vc2017-msi-32.bat (+8 -0) 100644
===================================================================
--- /dev/null
+++ packages/windows/build-vc2017-msi-32.bat    2017-07-25 15:22:01 +0900 (a6a825e)
@@ -0,0 +1,8 @@
+rmdir /S /Q build-vc2017-msi-32
+mkdir build-vc2017-msi-32
+cd build-vc2017-msi-32
+cmake ..\source -G "Visual Studio 15 2017" > config.log
+cmake --build . --config RelWithDebInfo > build.log
+cmake --build . --config RelWithDebInfo --target msi > msi.log
+move *.msi ..\
+cd ..

  Added: packages/windows/build-vc2017-msi-64.bat (+8 -0) 100644
===================================================================
--- /dev/null
+++ packages/windows/build-vc2017-msi-64.bat    2017-07-25 15:22:01 +0900 (64ce7fa)
@@ -0,0 +1,8 @@
+rmdir /S /Q build-vc2017-msi-64
+mkdir build-vc2017-msi-64
+cd build-vc2017-msi-64
+cmake ..\source -G "Visual Studio 15 2017 Win64" > config.log
+cmake --build . --config RelWithDebInfo > build.log
+cmake --build . --config RelWithDebInfo --target msi > msi.log
+move *.msi ..\
+cd ..

  Added: packages/windows/build-vc2017-zip-32.bat (+13 -0) 100644
===================================================================
--- /dev/null
+++ packages/windows/build-vc2017-zip-32.bat    2017-07-25 15:22:01 +0900 (48f079f)
@@ -0,0 +1,13 @@
+rmdir /S /Q build-vc2017-zip-32
+mkdir build-vc2017-zip-32
+cd build-vc2017-zip-32
+cmake ..\source -G "Visual Studio 15 2017" ^
+  -DMRN_GROONGA_EMBED=OFF ^
+  -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF ^
+  -DGRN_WITH_BUNDLED_LZ4=ON ^
+  -DGRN_WITH_BUNDLED_MECAB=ON ^
+  > config.log
+cmake --build . --config RelWithDebInfo > build.log
+cmake --build . --config RelWithDebInfo --target package > zip.log
+move *.zip ..\
+cd ..

  Added: packages/windows/build-vc2017-zip-64.bat (+13 -0) 100644
===================================================================
--- /dev/null
+++ packages/windows/build-vc2017-zip-64.bat    2017-07-25 15:22:01 +0900 (18799ec)
@@ -0,0 +1,13 @@
+rmdir /S /Q build-vc2017-zip-64
+mkdir build-vc2017-zip-64
+cd build-vc2017-zip-64
+cmake ..\source -G "Visual Studio 15 2017 Win64" ^
+  -DMRN_GROONGA_EMBED=OFF ^
+  -DMRN_GROONGA_NORMALIZER_MYSQL_EMBED=OFF ^
+  -DGRN_WITH_BUNDLED_LZ4=ON ^
+  -DGRN_WITH_BUNDLED_MECAB=ON ^
+  > config.log
+cmake --build . --config RelWithDebInfo > build.log
+cmake --build . --config RelWithDebInfo --target package > zip.log
+move *.zip ..\
+cd ..

  Added: packages/windows/build-vc2017.bat (+4 -0) 100644
===================================================================
--- /dev/null
+++ packages/windows/build-vc2017.bat    2017-07-25 15:22:01 +0900 (c6b0e47)
@@ -0,0 +1,4 @@
+build-vc2017-zip-32.bat
+build-vc2017-zip-64.bat
+REM build-vc2017-msi-32.bat
+REM build-vc2017-msi-64.bat
-------------- next part --------------
HTML����������������������������...
Download 



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