-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathappveyor.yml
29 lines (22 loc) · 860 Bytes
/
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
build: false
environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
CONAN_REFERENCE: "cxxmetrics/0.0.7"
CONAN_USERNAME: "kmaragon"
CONAN_LOGIN_USERNAME: "kmaragon"
CONAN_CHANNEL: "stable"
CONAN_REMOTES: "https://conan.bintray.com@True@conan-center,https://api.bintray.com/conan/manu343726/conan-packages@True@manu343726,https://api.bintray.com/conan/bincrafters/public-conan@True@bincrafters"
matrix:
- 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=%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