-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathappveyor.yml
40 lines (34 loc) · 1010 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
30
31
32
33
34
35
36
37
38
39
40
build: false
environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
CONAN_UPLOAD: 1
CONAN_REFERENCE: "Poco/1.7.5.1"
CONAN_USERNAME: "anonymouz"
CONAN_CHANNEL: "ci"
CONAN_TOTAL_PAGES: 15
matrix:
- CONAN_CURRENT_PAGE: 1
- CONAN_CURRENT_PAGE: 2
- CONAN_CURRENT_PAGE: 3
- CONAN_CURRENT_PAGE: 4
- CONAN_CURRENT_PAGE: 5
- CONAN_CURRENT_PAGE: 6
- CONAN_CURRENT_PAGE: 7
- CONAN_CURRENT_PAGE: 8
- CONAN_CURRENT_PAGE: 9
- CONAN_CURRENT_PAGE: 10
- CONAN_CURRENT_PAGE: 11
- CONAN_CURRENT_PAGE: 12
- CONAN_CURRENT_PAGE: 13
- CONAN_CURRENT_PAGE: 14
- CONAN_CURRENT_PAGE: 15
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
install:
- set PATH=%PATH%;%PYTHON%/Scripts/
- pip.exe install conan_package_tools # It install conan too
- conan user # It creates the conan data directory
test_script:
- python build.py