-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
45 lines (42 loc) · 1.4 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
environment:
PYTHON_HOME: "C:\\Python37"
matrix:
- MINGW_CONFIGURATIONS: "4.9@x86_64@seh@posix"
CONAN_BUILD_TYPES: Debug
- MINGW_CONFIGURATIONS: "4.9@x86_64@seh@posix"
CONAN_BUILD_TYPES: Release
- MINGW_CONFIGURATIONS: "5@x86_64@seh@posix"
CONAN_BUILD_TYPES: Debug
- MINGW_CONFIGURATIONS: "5@x86_64@seh@posix"
CONAN_BUILD_TYPES: Release
- MINGW_CONFIGURATIONS: "6@x86_64@seh@posix"
CONAN_BUILD_TYPES: Debug
- MINGW_CONFIGURATIONS: "6@x86_64@seh@posix"
CONAN_BUILD_TYPES: Release
- MINGW_CONFIGURATIONS: "7@x86_64@seh@posix"
CONAN_BUILD_TYPES: Debug
- MINGW_CONFIGURATIONS: "7@x86_64@seh@posix"
CONAN_BUILD_TYPES: Release
- MINGW_CONFIGURATIONS: "8@x86_64@seh@posix"
CONAN_BUILD_TYPES: Debug
- MINGW_CONFIGURATIONS: "8@x86_64@seh@posix"
CONAN_BUILD_TYPES: Release
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 14
CONAN_BUILD_TYPES: Debug
CONAN_CMAKE_GENERATOR: Ninja
CC: cl.exe
CXX: cl.exe
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 14
CONAN_BUILD_TYPES: Release
CONAN_CMAKE_GENERATOR: Ninja
CC: cl.exe
CXX: cl.exe
install:
- set PATH=%PYTHON_HOME%;%PYTHON_HOME%/Scripts/;%PATH%
- pip install conan --upgrade
- pip install bincrafters_package_tools
- conan user
build_script:
- python build.py