From 67e3f65c5f196f3f80dfe4a224a4727a3093e5ae Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Apr 2015 12:41:13 -0700 Subject: Fixed appveyor build_script --- appveyor.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 71ff3cd..0c66d7d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,11 +7,9 @@ build_script: - | mkdir build 2> nul pushd build - cmake \ - -G "NMake Makefiles" \ - -D CMAKE_BUILD_TYPE="Release" \ - -D CMAKE_INSTALL_PREFIX="windows" \ - nmake /nologo && popd + cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release" -D CMAKE_INSTALL_PREFIX="windows" + nmake /nologo + popd test_script: - | -- cgit v1.2.3