Navigation Menu

Skip to content

Commit

Permalink
appveyor: enable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 3, 2015
1 parent aab52cb commit 1f814e9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
@@ -0,0 +1,21 @@
version: "{build}"
clone_depth: 1
install:
- cd ..
- choco install curl peazip
- curl -O http://mirror.jmu.edu/pub/mariadb/mariadb-10.0.16/source/mariadb-10.0.16.tar.gz
- peazip -ext2here mariadb-10.0.16.tar.gz
- cd mariadb-10.0.16
- del storage\mroonga
- move ..\mroonga storage
- git clone --depth 1 https://github.com/groonga/groonga.git storage\mroonga\vendor\groonga
- git clone --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 --build . --config RelWithDebInfo

notifications:
email:
- groonga-commit@lists.sourceforge.jp

test: off

0 comments on commit 1f814e9

Please sign in to comment.