- Commit
- 5a13e06b02755b1d75192d5d00b054437f0e13c3
- Parent
- 57dc0a982489a92f5c010bc4962c929de5f20c70
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Remove appveyor build.
My personal build of CMark ✏️
Remove appveyor build.
1 file changed, 0 insertions, 21 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Deleted | appveyor.yml | 21 | 0 | 21 |
diff --git a/appveyor.yml b/appveyor.yml @@ -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'