File: .appveyor.yml

package info (click to toggle)
xonsh 0.8.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,240 kB
  • sloc: python: 36,019; makefile: 152; sh: 40
file content (23 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 0.8.10.{build}
os: Windows Server 2012 R2
environment:

  matrix:
    # http://www.appveyor.com/docs/installed-software#python
    - PYTHON: "C:\\Python34"
    - PYTHON: "C:\\Python34-x64"
      DISTUTILS_USE_SDK: "1"
    - XONSH_TEST_ENV: "MSYS2"
      MSYS2_PATH: "C:\\msys64"
    # TODO: Miniconda

matrix:
  allow_failures:
    # ignore MSYS2 test results for now
    - XONSH_TEST_ENV: "MSYS2"

install:
  - ".appveyor_install.cmd"
build: off
test_script:
  - ".appveyor_test.cmd"