-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
49 lines (42 loc) · 1.7 KB
/
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
41
42
43
44
45
46
47
48
49
build: false
environment:
PYTHON: "C:\\Python37"
CONAN_REFERENCE: "youtube_list_downloader/1.0.1"
CONAN_USERNAME: "linux13524"
CONAN_LOGIN_USERNAME: "linux13524"
CONAN_CHANNEL: "testing"
CONAN_STABLE_BRANCH_PATTERN: "release/*"
CONAN_UPLOAD: "https://api.bintray.com/conan/linux13524/conan"
CONAN_UPLOAD_DEPENDENCIES: "all"
CONAN_BUILD_POLICY: "outdated"
matrix:
- MINGW_CONFIGURATIONS: "7@x86_64@seh@posix"
CONAN_BASH_PATH: "c:\\msys64\\usr\\bin\\bash"
- MINGW_CONFIGURATIONS: "8@x86_64@seh@posix"
CONAN_BASH_PATH: "c:\\msys64\\usr\\bin\\bash"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CONAN_VISUAL_VERSIONS: 15
CONAN_BUILD_TYPES: Debug
CONAN_VISUAL_RUNTIMES: MDd
CONAN_ARCHS: x86_64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CONAN_VISUAL_VERSIONS: 15
CONAN_BUILD_TYPES: Release
CONAN_VISUAL_RUNTIMES: MD
CONAN_ARCHS: x86_64
install:
- set PATH=%PATH%;%PYTHON%/Scripts/
- pip.exe install conan --upgrade
- pip.exe install conan_package_tools
- pip.exe install https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.9.0.dev.zip
- pip.exe install spdx_lookup
- conan user # It creates the conan data directory
- conan config install http://github.com/conan-io/hooks.git -sf hooks -tf hooks # Install and enable the hooks
- conan config set hooks.attribute_checker
- conan config set hooks.binary_linter
- conan config set hooks.bintray_updater
- conan config set hooks.conan-center_reviewer
- conan config set hooks.github_updater
- conan config set hooks.spdx_checker
test_script:
- python build.py