summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: fa3fc8621a62e1660ea64e94930b8fd3b445fb50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
environment:
  PYTHON: "C:\\Python34-x64"
  PYTHON_VERSION: "3.4.3"
  PYTHON_ARCH: "64"
  matrix:
    - MSVC_VERSION: 10
    - MSVC_VERSION: 12

# set up for nmake:
install:
  - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

build_script:
  - 'tools\appveyor-build.bat'

artifacts:
  - path: build/src/cmark.exe
    name: cmark.exe

test_script:
  - 'nmake test'