cmark

My personal build of CMark ✏️

Commit
8dc057112e43a979bb23683c7d5225cd48c036db
Parent
2e8143599001e1cb373cd3ae95a9c23d7f8bcc03
Author
John MacFarlane <jgm@berkeley.edu>
Date

appveyor - use nmake for build and test.

Diffstat

1 file changed, 2 insertions, 8 deletions

Status File Name N° Changes Insertions Deletions
Modified appveyor.yml 10 2 8
diff --git a/appveyor.yml b/appveyor.yml
@@ -9,13 +9,7 @@ install:
   - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
 
 build_script:
-  - |
-    mkdir build 2> nul
-    cd build
-    cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release" -D CMAKE_INSTALL_PREFIX="windows" ..
-    nmake /nologo
+  - 'nmake'
 
 test_script:
-  - |
-    nmake /nologo test
-
+  - 'nmake test'