diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-05-13 09:36:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-13 09:36:06 -0700 |
commit | 5a13e06b02755b1d75192d5d00b054437f0e13c3 (patch) | |
tree | 3ab9c4914c0727364b82af39e9f267b1693e88a3 | |
parent | 57dc0a982489a92f5c010bc4962c929de5f20c70 (diff) |
Remove appveyor build.
-rw-r--r-- | appveyor.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index fa3fc86..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,21 +0,0 @@ -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' |