- Commit
- 2e8143599001e1cb373cd3ae95a9c23d7f8bcc03
- Parent
- 7441bb4b85a75869aa7604c0315f4c9f743b04c6
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Appveyor - don't cd in test_script.
We're already in the build directory after build_script.
My personal build of CMark ✏️
Appveyor - don't cd in test_script.
We're already in the build directory after build_script.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | appveyor.yml | 2 | 1 | 1 |
diff --git a/appveyor.yml b/appveyor.yml @@ -17,5 +17,5 @@ build_script: test_script: - | - cd build && nmake /nologo test + nmake /nologo test