nameof_module/.appveyor.yml

30 lines
914 B
YAML
Raw Normal View History

2019-07-28 10:18:16 +00:00
build: false
2018-04-08 17:27:41 +00:00
environment:
2019-07-28 10:18:16 +00:00
PYTHON: "C:\\Python37"
matrix:
- MINGW_CONFIGURATIONS: '4.9@x86_64@seh@posix, 5@x86_64@seh@posix, 6@x86_64@seh@posix, 7@x86_64@seh@posix'
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 14
CONAN_BUILD_TYPES: Release
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 14
CONAN_BUILD_TYPES: Debug
- 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-27 17:56:00 +00:00
2018-04-08 17:27:41 +00:00
2019-07-28 10:18:16 +00:00
install:
- set PATH=%PATH%;%PYTHON%/Scripts/
- pip.exe install conan --upgrade
- pip.exe install conan_package_tools
- conan user # It creates the conan data directory
2018-04-08 17:27:41 +00:00
test_script:
2019-07-28 10:18:16 +00:00
- python build.py