appveyor.yml 937 B

12345678910111213141516171819202122232425262728293031323334
  1. build: false
  2. environment:
  3. PYTHON: "C:\\Python27"
  4. PYTHON_VERSION: "2.7.8"
  5. PYTHON_ARCH: "32"
  6. CONAN_USERNAME: "francescalted"
  7. CONAN_LOGIN_USERNAME: "francescalted"
  8. CONAN_CHANNEL: "stable"
  9. CONAN_UPLOAD: "https://api.bintray.com/conan/blosc/Conan"
  10. matrix:
  11. - MINGW_CONFIGURATIONS: "4.9@x86_64@seh@posix, 5@x86_64@seh@posix, 6@x86_64@seh@posix, 7@x86_64@seh@posix"
  12. - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
  13. CONAN_VISUAL_VERSIONS: 12
  14. CONAN_RUN_TESTS: "1"
  15. - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
  16. CONAN_VISUAL_VERSIONS: 14
  17. CONAN_RUN_TESTS: "1"
  18. - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
  19. CONAN_VISUAL_VERSIONS: 15
  20. CONAN_RUN_TESTS: "1"
  21. install:
  22. - set PATH=%PATH%;%PYTHON%/Scripts/
  23. - pip.exe install conan --upgrade
  24. - pip.exe install conan_package_tools
  25. test_script:
  26. - python build.py