Navigation Menu

Skip to content

Commit

Permalink
appveyor: try to set Visual Studio version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 3, 2015
1 parent 34473b6 commit 13bb0e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
@@ -1,5 +1,7 @@
version: "{build}"
clone_depth: 1
environment:
VisualStudio: 10.0
install:
- cd ..
- choco install curl 7zip.commandline
Expand All @@ -15,7 +17,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 10"
- cmake . -G "Visual Studio 10 Win64"
- cmake --build . --config RelWithDebInfo

notifications:
Expand Down

0 comments on commit 13bb0e0

Please sign in to comment.