aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: 509b8bc54de4568c97450061b5111b9984a91cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Windows Build Configuration for AppVeyor
# http://www.appveyor.com/docs/appveyor-yml

# build version format
version: "{build}"

os:
  - Visual Studio 2015

environment:
  PYTHON_PATH: "C:/Python35"
  PYTHON_PACKAGE_PATH: "C:/Python35/Scripts"

# Cache the external directory to improve build times.
# If the appveyor config file changes, invalidate the cache.
cache:
    - external -> .appveyor.yml

branches:
  only:
    - master

# 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