Navigation Menu

Skip to content

Commit

Permalink
appveyor: fix Visual Studio version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 3, 2015
1 parent ca1cd41 commit 31f9932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -15,7 +15,7 @@ install:
- move ..\groonga storage\mroonga\vendor\groonga
- git clone --quiet --depth 1 https://github.com/groonga/groonga-normalizer-mysql.git storage\mroonga\vendor\groonga\vendor\plugins\groonga-normalizer-mysql
build_script:
- cmake . -G "Visual Studio 12"
- cmake . -G "Visual Studio 10 Win64"
- cmake --build . --config RelWithDebInfo

notifications:
Expand Down

0 comments on commit 31f9932

Please sign in to comment.