appveyor.yml 383 B

123456789101112131415161718
  1. version: "{build}"
  2. clone_folder: c:\wkhtmltopdf
  3. test: off
  4. environment:
  5. matrix:
  6. - TARGET: msvc2013-win32
  7. - TARGET: msvc2015-win64
  8. install:
  9. - git submodule update --init --recursive --force --depth 50
  10. - perl -p -i.bak -e "s/quiet = 0/quiet = 1/g" qt/bin/syncqt
  11. build_script:
  12. - scripts\build.py %TARGET%
  13. artifacts:
  14. - path: static-build\wkhtmltox*.exe