25 lines
603 B
YAML
25 lines
603 B
YAML
build: false
|
|
image: Visual Studio 2017
|
|
|
|
environment:
|
|
PYTHON: "C:\\Python27"
|
|
PYTHON_VERSION: "2.7.8"
|
|
PYTHON_ARCH: "32"
|
|
|
|
CONAN_REFERENCE: "MofileReader/1.0.0"
|
|
CONAN_USERNAME: "anotherfoxguy"
|
|
CONAN_LOGIN_USERNAME: "anotherfoxguy"
|
|
CONAN_CHANNEL: "testing"
|
|
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
|