From 062aee9292d807c90c28fa0a09a888d34bee4dd3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Apr 2015 12:28:57 -0700 Subject: Fixed tabs in appveyor.yml --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index dd2101f..71ff3cd 100644 --- 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: -- cgit v1.2.3