Codebase list mozc / f806322
Build all targets on AppVeyor. Thanks to the migration from gclient/DEPS to git submodule, we can now check out Mozc and dependent code with 90 sec or so. It would be a great progress if we can build all targets for Windows within AppVeyor timeout (40 min). Yohei Yukawa 8 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3636 - git submodule update --init --recursive
3737 - choco install ninja -version 1.6.0
3838 build_script:
39 - python src\build_mozc.py gyp --noqt
40 - ninja -C src\out_win\Release mozc_cache_service mozc_renderer mozc_ime mozc_tip32 mozc_broker32 rewriter composer
39 - cd src
40 - python build_mozc.py gyp --noqt
41 - python build_mozc.py build -c Release package
4142 test: off