forked from lasote/conan-libjpeg-turbo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
27 lines (23 loc) · 796 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
build: false
environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
CONAN_UPLOAD: 1
CONAN_REFERENCE: "libjpeg-turbo/1.4.2"
CONAN_USERNAME: "lasote"
CONAN_CHANNEL: "ci"
CONAN_TOTAL_PAGES: 3
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