blob: 932e4173beb9db5d9f9c1af15a859e474d499a92 [file] [log] [blame]
# Windows Build Configuration for AppVeyor
# http://www.appveyor.com/docs/appveyor-yml
# build version format
version: "{build}"
os: Visual Studio 2013
environment:
PYTHON_PATH: "C:/Python35"
PYTHON_PACKAGE_PATH: "C:/Python35/Scripts"
branches:
only:
- master
# scripts that are called at very beginning, before repo cloning
init:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON_PATH%/python.exe C:/get-pip.py"
- "%PYTHON_PACKAGE_PATH%/pip.exe install nose"
# This replaces "automatic building" that would be defined under build:
build_script:
- "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%"
- update_external_sources.bat --all
- build_windows_targets.bat