cmark

My personal build of CMark ✏️

Commit
80ed0e17f695be792a7948924c9e33b791e2fd41
Parent
71018bfb292d58cbe0d5ae06fcb1b1b6c80ad02a
Author
John MacFarlane <jgm@berkeley.edu>
Date

appveyor.yml - set up for using nmake.

Diffstat

1 file changed, 4 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified appveyor.yml 4 4 0
diff --git a/appveyor.yml b/appveyor.yml
@@ -3,6 +3,10 @@ environment:
   PYTHON_VERSION: "3.4.1"
   PYTHON_ARCH: "32"
 
+# set up for nmake:
+install:
+  - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
+
 build_script:
   - |
     mkdir build 2> nul