From 4748828a2ec16fc51a6ff8451d3730786058cee5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 17 May 2018 10:01:13 -0400 Subject: [PATCH] Good to experience that YAML is a complicated mess for myself now! --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 005d7971..ee0f19d5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -41,7 +41,8 @@ before_build: - ren "C:\Program Files\Git\usr\bin\sh.exe" _sh.exe build_script: - - 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe' cpucount.cpp && .\cpucount.exe + - | + C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe cpucount.cpp && .\cpucount.exe - md build && cd build - cmake -G "%CMAKE_GENERATOR%" %CMAKE_FLAGS% .. - if %compiler%==mingw ( mingw32-make tester examples )