- Commit
- c6222ca227948b598f58cc26a47c4227baeb1b37
- Parent
- 36a19891dd92a93fd77b94cafc0de3242545e7cd
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added build_script to appveyor
My personal build of CMark ✏️
Added build_script to appveyor
1 file changed, 3 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | appveyor.yml | 3 | 3 | 0 |
diff --git a/appveyor.yml b/appveyor.yml @@ -6,6 +6,9 @@ environment: configuration: - Release +build_script: + - '@nmake.exe /nologo /f Makefile.nmake all' + test_script: - '@nmake.exe /nologo /f Makefile.nmake test'