Commit f4e3a6ab593b5b4870cab0b358718725644c4b82

nulltoken 2015-01-31T22:15:10

AppVeyor: Prettify build script

diff --git a/appveyor.yml b/appveyor.yml
index 0dcfd4d..aa3a70e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,17 +9,12 @@ environment:
   - GENERATOR: "Visual Studio 11 Win64"
     ARCH: 64
 build_script:
-- ps: >-
+- ps: |
     choco install cmake
-
     choco install python2
-
     mkdir build
-
     cd build
-
     cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON .. -G"$env:GENERATOR"
-
     cmake --build . --config RelWithDebInfo
 test_script:
 - ps: ctest -V .