-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappveyor.yml
29 lines (23 loc) · 848 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_HOME: "C:\\Python38"
PYTHON_VERSION: "3.8.0"
PYTHON_ARCH: "32"
CONAN_REFERENCE: "qca/2.3.0.1"
CONAN_USERNAME: "rion"
CONAN_LOGIN_USERNAME: "rion"
CONAN_CHANNEL: "testing"
CONAN_UPLOAD: "https://api.bintray.com/conan/rion/common"
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CONAN_VISUAL_VERSIONS: 16
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CONAN_VISUAL_VERSIONS: 15
install:
- set PATH=%PYTHON_HOME%;%PATH%;%PYTHON_HOME%/Scripts/
- python -Wignore -m pip install conan --upgrade
- python -Wignore -m pip install conan_package_tools
- conan user # It creates the conan data directory
- conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan"
test_script:
- python build.py