forked from memsharded/conan-protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
37 lines (33 loc) · 987 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
build: false
environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
CONAN_UPLOAD: 1
CONAN_REFERENCE: "Protobuf/2.6.1"
CONAN_USERNAME: "memsharded"
CONAN_CHANNEL: "testing"
CONAN_TOTAL_PAGES: 16
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
- CONAN_CURRENT_PAGE: 16
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