- Commit
- 062aee9292d807c90c28fa0a09a888d34bee4dd3
- Parent
- 74dfc16b9d57a93249849b7956c8da7af36bf63d
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Fixed tabs in appveyor.yml
My personal build of CMark ✏️
Fixed tabs in appveyor.yml
1 file changed, 3 insertions, 3 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | appveyor.yml | 6 | 3 | 3 |
diff --git a/appveyor.yml b/appveyor.yml @@ -8,9 +8,9 @@ build_script: mkdir build 2> nul pushd build cmake \ - -G "NMake Makefiles" \ - -D CMAKE_BUILD_TYPE="Release" \ - -D CMAKE_INSTALL_PREFIX="windows" \ + -G "NMake Makefiles" \ + -D CMAKE_BUILD_TYPE="Release" \ + -D CMAKE_INSTALL_PREFIX="windows" \ nmake /nologo && popd test_script: