Skip to content

Instantly share code, notes, and snippets.

@solvingj
Created October 2, 2017 19:09
Show Gist options
  • Save solvingj/be651dde7e6f4de273a16e6828ec520b to your computer and use it in GitHub Desktop.
Save solvingj/be651dde7e6f4de273a16e6828ec520b to your computer and use it in GitHub Desktop.
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