Navigation Menu

Skip to content

Commit

Permalink
Try to use build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Aug 6, 2015
1 parent c43b666 commit ef31600
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
@@ -1,5 +1,10 @@
version: "{build}"
clone_depth: 10
environment:
matrix:
- CMAKE_GENERATOR_NAME: "Visual Studio 12 2013"
- CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64"

install:
- cd ..
- choco install -y curl 7zip.commandline
Expand All @@ -17,7 +22,7 @@ install:
- git clone --quiet --depth 1 https://github.com/groonga/groonga-normalizer-mysql.git storage\mroonga\vendor\groonga\vendor\plugins\groonga-normalizer-mysql
build_script:
- "echo # > win\\packaging\\CMakeLists.txt"
- cmake . -G "Visual Studio 12 Win64"
- cmake . -G "%CMAKE_GENERATOR_NAME%"
-DCMAKE_BUILD_TYPE=Debug
-DWITHOUT_ARCHIVE=ON
-DWITHOUT_BLACKHOLE=ON
Expand Down

0 comments on commit ef31600

Please sign in to comment.