- Commit
- 7441bb4b85a75869aa7604c0315f4c9f743b04c6
- Parent
- 6b53a312cc5ec7caee8aec46c501666783dd198b
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
appveyor - removed pushd/popd
My personal build of CMark ✏️
appveyor - removed pushd/popd
1 file changed, 2 insertions, 3 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | appveyor.yml | 5 | 2 | 3 |
diff --git a/appveyor.yml b/appveyor.yml @@ -11,12 +11,11 @@ install: build_script: - | mkdir build 2> nul - pushd build + cd build cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release" -D CMAKE_INSTALL_PREFIX="windows" .. nmake /nologo - popd test_script: - | - pushd build && nmake /nologo test + cd build && nmake /nologo test