summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: fbc41c36f607c8d3a65c9caeeeb94c0f71c564cd (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
29
30
31
32
33
34
35
36
37
# TODO: update this from inside the build to use branch current version
version: '{build}'

image:
- Visual Studio 2015

#cache:
#- 'C:\Python38\'
#- 'C:\Python38-x64'

environment:
  libyaml_repo_url: https://github.com/yaml/libyaml.git
  libyaml_refspec: 0.2.5
  PYYAML_TEST_GROUP: all

#  matrix:
#    - PYTHON_VER: Python27
#    - PYTHON_VER: Python27-x64
#    - PYTHON_VER: Python35
#    - PYTHON_VER: Python35-x64
#    - PYTHON_VER: Python36
#    - PYTHON_VER: Python36-x64
#    - PYTHON_VER: Python37
#    - PYTHON_VER: Python37-x64
#    - PYTHON_VER: Python38
#    - PYTHON_VER: Python38-x64
#    - PYTHON_VER: Python39
#    - PYTHON_VER: Python39-x64

#init:
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

build_script:
- ps: packaging\build\appveyor.ps1

#on_finish:
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))