2019-07-30 18:45:36 +00:00
|
|
|
version: "{branch} #{build}"
|
|
|
|
|
2019-07-27 16:58:55 +00:00
|
|
|
build: false
|
|
|
|
|
|
|
|
environment:
|
|
|
|
PYTHON: "C:\\Python37"
|
|
|
|
|
2019-07-28 20:59:58 +00:00
|
|
|
CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/maintained"
|
2019-07-28 13:37:33 +00:00
|
|
|
CONAN_BUILD_POLICY: "missing"
|
|
|
|
CONAN_USERNAME: "steakhal"
|
2019-07-28 20:59:58 +00:00
|
|
|
CONAN_CHANNEL: "stable"
|
2019-07-28 20:29:21 +00:00
|
|
|
CONAN_UPLOAD_ONLY_WHEN_TAG: 1
|
2019-07-28 13:37:33 +00:00
|
|
|
|
2019-07-27 16:58:55 +00:00
|
|
|
matrix:
|
2019-07-28 14:31:59 +00:00
|
|
|
- MINGW_CONFIGURATIONS: '7@x86_64@seh@posix, 7@x86@dwarf2@posix, 8@x86_64@seh@posix, 8@x86@dwarf2@posix'
|
2019-07-27 16:58:55 +00:00
|
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
|
|
|
CONAN_VISUAL_VERSIONS: 15
|
|
|
|
CONAN_BUILD_TYPES: Release
|
|
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
|
|
|
CONAN_VISUAL_VERSIONS: 15
|
|
|
|
CONAN_BUILD_TYPES: Debug
|
2019-07-28 12:43:07 +00:00
|
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
|
|
|
CONAN_VISUAL_VERSIONS: 16
|
|
|
|
CONAN_BUILD_TYPES: Release
|
|
|
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
|
|
|
CONAN_VISUAL_VERSIONS: 16
|
|
|
|
CONAN_BUILD_TYPES: Debug
|
2019-07-27 16:58:55 +00:00
|
|
|
|
|
|
|
|
|
|
|
install:
|
|
|
|
- set PATH=%PATH%;%PYTHON%/Scripts/
|
|
|
|
- pip.exe install conan --upgrade
|
2019-07-28 10:56:51 +00:00
|
|
|
- pip.exe install conan_package_tools bincrafters_package_tools
|
2019-08-20 12:12:32 +00:00
|
|
|
- conan user
|
2019-07-27 16:58:55 +00:00
|
|
|
|
|
|
|
test_script:
|
2019-07-29 17:36:53 +00:00
|
|
|
- python .ci/build.py
|