summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/appveyor.yml
blob: d755e6b49fdf9c4a23335bdcb10407a94eaa8d5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: "{build}"
clone_depth: 10
build_script:
  - git submodule update --init
  - cmake . -G "Visual Studio 12 2013 Win64"
  - cmake --build . --config Debug

notifications:
  - provider: Email
    to:
      - kou@clear-code.com
      - groonga-commit@lists.sourceforge.jp
    on_build_status_changed: true

test: off
# before_test:
#   - gem install grntest
# test_script:
#   - grntest --groonga src\groonga.exe --base-directory test\command test\command\suite