Created
October 2, 2017 19:09
-
-
Save solvingj/be651dde7e6f4de273a16e6828ec520b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: false | |
environment: | |
PYTHON: "C:\\Python27" | |
PYTHON_VERSION: "2.7.8" | |
PYTHON_ARCH: "32" | |
CYGWIN_ROOT: "C:\\cygwin64" | |
MSYS_ROOT: "C:\\msys64" | |
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | |
matrix: | |
- CONAN_OPTION: "icu:msvc_platform=msys" | |
- CONAN_OPTION: "icu:msvc_platform=cygwin" | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment