[Groonga-mysql-commit] mroonga/mroonga at 6189111 [master] appveyor: use debug build

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 4 16:39:32 JST 2015


Kouhei Sutou	2015-02-04 16:39:32 +0900 (Wed, 04 Feb 2015)

  New Revision: 61891114fee865679766ff915b0f66e4d3a85a53
  https://github.com/mroonga/mroonga/commit/61891114fee865679766ff915b0f66e4d3a85a53

  Message:
    appveyor: use debug build

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -1)
===================================================================
--- appveyor.yml    2015-02-04 16:35:42 +0900 (f9303ff)
+++ appveyor.yml    2015-02-04 16:39:32 +0900 (ea271ce)
@@ -17,6 +17,7 @@ install:
 build_script:
   - "echo # > win\\packaging\\CMakeLists.txt"
   - cmake . -G "Visual Studio 12 Win64"
+      -DCMAKE_BUILD_TYPE=Debug
       -DWITHOUT_ARCHIVE=ON
       -DWITHOUT_BLACKHOLE=ON
       -DWITHOUT_CASSANDRA=ON
@@ -38,7 +39,7 @@ build_script:
       -DWITHOUT_TOKUDB=ON
       -DWITHOUT_XTRADB=ON
       -DWITH_UNIT_TESTS=OFF
-  - cmake --build . --config RelWithDebInfo
+  - cmake --build . --config Debug
 
 notifications:
   - provider: Email
-------------- next part --------------
HTML����������������������������...
Download 



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