Navigation Menu

Skip to content

Commit

Permalink
appveyor: use bundled LZ4
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 23, 2016
1 parent dc35a69 commit 622ff6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -17,6 +17,7 @@ install:
- git clone --quiet --depth 1 --recursive https://github.com/groonga/groonga.git ..\groonga
- rmdir /S /Q ..\groonga\test\
- cd ..\groonga\vendor
- c:\Ruby22-x64\bin\ruby -v download_lz4.rb
- c:\Ruby22-x64\bin\ruby -v download_mecab.rb
- cd ..\..\mariadb-10.1.8
- mkdir storage\mroonga\vendor
Expand Down Expand Up @@ -47,6 +48,7 @@ build_script:
-DWITHOUT_TOKUDB=ON
-DWITHOUT_XTRADB=ON
-DWITH_UNIT_TESTS=OFF
-DGRN_WITH_BUNDLED_LZ4=ON
-DGRN_WITH_BUNDLED_MECAB=ON
- cmake --build . --config Debug

Expand Down

0 comments on commit 622ff6d

Please sign in to comment.