Navigation Menu

Skip to content

Commit

Permalink
appveyor: use the latest Groonga
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 30, 2016
1 parent 5eac611 commit 684cdf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -7,9 +7,9 @@ build_script:
- curl -O http://get.enterprisedb.com/postgresql/postgresql-9.5.3-1-windows-x64-binaries.zip
- 7z x postgresql-9.5.3-1-windows-x64-binaries.zip > nul
- cd pgroonga
- curl -O http://packages.groonga.org/source/groonga/groonga-6.0.4.zip
- 7z x groonga-6.0.4.zip > nul
- mv groonga-6.0.4 vendor\groonga
- curl -O http://packages.groonga.org/source/groonga/groonga-6.0.8.zip
- 7z x groonga-6.0.8.zip > nul
- mv groonga-6.0.8 vendor\groonga
- cmake . -G "Visual Studio 12 2013 Win64"
-DCMAKE_INSTALL_PREFIX="..\\pgsql"
-DGRN_WITH_MRUBY=yes
Expand Down

0 comments on commit 684cdf0

Please sign in to comment.