diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 12:47:01 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-25 12:47:01 -0700 |
commit | 71018bfb292d58cbe0d5ae06fcb1b1b6c80ad02a (patch) | |
tree | 711d1d8d6eef00872d39c67b28bb18131bd2dae8 /appveyor.yml | |
parent | 67e3f65c5f196f3f80dfe4a224a4727a3093e5ae (diff) |
Fixed typo in build script for appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0c66d7d..a04b953 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ build_script: - | mkdir build 2> nul pushd build - cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release" -D CMAKE_INSTALL_PREFIX="windows" + cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release" -D CMAKE_INSTALL_PREFIX="windows" .. nmake /nologo popd |