cmark

My personal build of CMark ✏️

Commit
67e3f65c5f196f3f80dfe4a224a4727a3093e5ae
Parent
062aee9292d807c90c28fa0a09a888d34bee4dd3
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed appveyor build_script

Diffstat

1 file changed, 3 insertions, 5 deletions

Status File Name N° Changes Insertions Deletions
Modified appveyor.yml 8 3 5
diff --git a/appveyor.yml b/appveyor.yml
@@ -7,11 +7,9 @@ build_script:
   - |
     mkdir build 2> nul
     pushd build
-    cmake \
-      -G "NMake Makefiles" \
-      -D CMAKE_BUILD_TYPE="Release" \
-      -D CMAKE_INSTALL_PREFIX="windows" \
-    nmake /nologo && popd
+    cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release" -D CMAKE_INSTALL_PREFIX="windows"
+    nmake /nologo
+    popd
 
 test_script:
   - |