-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.appveyor.yml
50 lines (38 loc) · 1.68 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
46
47
48
49
50
# Copyright (c) 2016-2020 Knuth Project developers.
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
build: false
environment:
PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.3"
PYTHON_ARCH: "32"
CONAN_REFERENCE: "lmdb/0.9.24"
CONAN_USERNAME: "kth"
CONAN_LOGIN_USERNAME: "[email protected]"
CONAN_CHANNEL: "stable"
CONAN_UPLOAD: "https://knuth.jfrog.io/artifactory/api/conan/knuth"
CONAN_STABLE_BRANCH_PATTERN: "release/*"
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CONAN_VISUAL_VERSIONS: 16
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
# CONAN_VISUAL_VERSIONS: 15
# VS150COMNTOOLS: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\Tools\\"
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# CONAN_VISUAL_VERSIONS: 14
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# CONAN_VISUAL_VERSIONS: 12
# - MINGW_CONFIGURATIONS: "7@x86_64@seh@posix, 6@x86_64@seh@posix, 5@x86_64@seh@posix, 4.9@x86_64@seh@posix"
# - MINGW_CONFIGURATIONS: "9@x86_64@seh@posix"
# - MINGW_CONFIGURATIONS: "8@x86_64@seh@posix"
# - MINGW_CONFIGURATIONS: "7@x86_64@seh@posix"
# - MINGW_CONFIGURATIONS: "6@x86_64@seh@posix"
# - MINGW_CONFIGURATIONS: "5@x86_64@seh@posix"
# - MINGW_CONFIGURATIONS: "4.9@x86_64@seh@posix"
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
test_script:
- python build.py