-
Notifications
You must be signed in to change notification settings - Fork 7
/
appveyor.yml
28 lines (24 loc) · 846 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
build: false
environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
CONAN_UPLOAD: 1
CONAN_REFERENCE: "libjpeg-turbo/1.5.1"
CONAN_USERNAME: "lasote"
CONAN_CHANNEL: "testing"
CONAN_TOTAL_PAGES: 3
CONAN_STABLE_BRANCH_PATTERN: "release/*"
matrix:
- CONAN_CURRENT_PAGE: 1
- CONAN_CURRENT_PAGE: 2
- CONAN_CURRENT_PAGE: 3
install:
#NASM required if we're not fetching from nuget
- curl -L -o nasminst.exe http://libgd.blob.core.windows.net/nasm/nasm-2.07-installer.exe && start /wait nasminst.exe /S
- ps: $env:path="C:\Program Files (x86)\nasm;$($env:path)"
- 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