Navigation Menu

Skip to content

Commit

Permalink
appveyor: use debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 4, 2015
1 parent 43041e9 commit 6189111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6189111

Please sign in to comment.