This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathappveyor.yml
45 lines (38 loc) · 1.69 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
build: false
environment:
PYTHON_HOME: "C:\\Python37"
CONAN_USERNAME: "conan"
CONAN_LOGIN_USERNAME: "conanbot"
CONAN_CHANNEL: "testing"
VS150COMNTOOLS: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\Tools\\"
CONAN_UPLOAD: "https://api.bintray.com/conan/conan-community/conan"
CONAN_STABLE_BRANCH_PATTERN: "release/*"
CONAN_UPLOAD_ONLY_WHEN_STABLE: 1 # Will only upload when the branch matches "release/*"
matrix:
- MINGW_CONFIGURATIONS: "4.9@x86_64@seh@posix"
- MINGW_CONFIGURATIONS: "4.9@x86_64@sjlj@posix"
- MINGW_CONFIGURATIONS: "4.9@x86@sjlj@posix"
- MINGW_CONFIGURATIONS: "4.9@x86@dwarf2@posix"
- MINGW_CONFIGURATIONS: "5@x86@dwarf2@posix"
- MINGW_CONFIGURATIONS: "5@x86_64@seh@posix"
- MINGW_CONFIGURATIONS: "6@x86@dwarf2@posix"
- MINGW_CONFIGURATIONS: "6@x86_64@seh@posix"
- MINGW_CONFIGURATIONS: "7@x86@dwarf2@posix"
- MINGW_CONFIGURATIONS: "7@x86_64@seh@posix"
- MINGW_CONFIGURATIONS: "8@x86@dwarf2@posix"
- MINGW_CONFIGURATIONS: "8@x86_64@seh@posix"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 12
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CONAN_VISUAL_VERSIONS: 14
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CONAN_VISUAL_VERSIONS: 15
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CONAN_VISUAL_VERSIONS: 16
install:
- set PATH=%PYTHON_HOME%;%PYTHON_HOME%/Scripts/;%PATH%
- pip.exe install conan --upgrade
- pip.exe install conan_package_tools
- conan user # It creates the conan data directory
test_script:
- python build.py