Kouhei Sutou
null+****@clear*****
Tue Feb 3 12:32:19 JST 2015
Kouhei Sutou 2015-02-03 12:32:19 +0900 (Tue, 03 Feb 2015) New Revision: 1f814e9a2556f019614c6f16acac85497c9d2cf8 https://github.com/mroonga/mroonga/commit/1f814e9a2556f019614c6f16acac85497c9d2cf8 Message: appveyor: enable Added files: appveyor.yml Added: appveyor.yml (+21 -0) 100644 =================================================================== --- /dev/null +++ appveyor.yml 2015-02-03 12:32:19 +0900 (c58c75b) @@ -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 -------------- next part -------------- HTML����������������������������...Download