Navigation Menu

Skip to content

Commit

Permalink
appveyor: enable LZ4
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 6, 2017
1 parent 9968ea0 commit 4546b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -39,14 +39,14 @@ build_script:
- cd vendor
- ruby download_mecab.rb
- ruby download_message_pack.rb
# - ruby download_lz4.rb
- ruby download_lz4.rb
- cd ..
- cmake . -G "%CMAKE_GENERATOR_NAME%"
-DCMAKE_INSTALL_PREFIX=c:\groonga
-DGRN_WITH_MRUBY=yes
-DGRN_WITH_BUNDLED_MECAB=yes
-DGRN_WITH_BUNDLED_MESSAGE_PACK=yes
# -DGRN_WITH_BUNDLED_LZ4=yes
-DGRN_WITH_BUNDLED_LZ4=yes
- cmake --build . --config Debug
- cmake --build . --config Debug --target Install

Expand Down

0 comments on commit 4546b94

Please sign in to comment.