Added conan
This commit is contained in:
24
appveyor.yml
Normal file
24
appveyor.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
build: false
|
||||
image: Visual Studio 2017
|
||||
|
||||
environment:
|
||||
PYTHON: "C:\\Python27"
|
||||
PYTHON_VERSION: "2.7.8"
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
CONAN_REFERENCE: "MofileReader/0.1.2"
|
||||
CONAN_USERNAME: "anotherfoxguy"
|
||||
CONAN_LOGIN_USERNAME: "anotherfoxguy"
|
||||
CONAN_CHANNEL: "MofileReader"
|
||||
CONAN_UPLOAD: "https://api.bintray.com/conan/anotherfoxguy/ror-dependencies"
|
||||
CONAN_VISUAL_VERSIONS: 15
|
||||
|
||||
|
||||
install:
|
||||
- set PATH=%PATH%;%PYTHON%/Scripts/
|
||||
- pip.exe install conan --upgrade
|
||||
- pip.exe install conan_package_tools
|
||||
- conan user # It creates the conan data directory
|
||||
|
||||
test_script:
|
||||
- python build.py
|
||||
Reference in New Issue
Block a user