• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# TODO: update this from inside the build to use branch current version
2version: '{build}'
3
4image:
5- Visual Studio 2015
6
7#cache:
8#- 'C:\Python38\'
9#- 'C:\Python38-x64'
10
11environment:
12  libyaml_repo_url: https://github.com/yaml/libyaml.git
13  libyaml_refspec: 0.2.5
14  PYYAML_TEST_GROUP: all
15
16#  matrix:
17#    - PYTHON_VER: Python27
18#    - PYTHON_VER: Python27-x64
19#    - PYTHON_VER: Python35
20#    - PYTHON_VER: Python35-x64
21#    - PYTHON_VER: Python36
22#    - PYTHON_VER: Python36-x64
23#    - PYTHON_VER: Python37
24#    - PYTHON_VER: Python37-x64
25#    - PYTHON_VER: Python38
26#    - PYTHON_VER: Python38-x64
27#    - PYTHON_VER: Python39
28#    - PYTHON_VER: Python39-x64
29
30#init:
31#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
32
33build_script:
34- ps: packaging\build\appveyor.ps1
35
36#on_finish:
37#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
38