From d6ced62aab5b5232e422ceb19f685aa7eb1a1cd7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 17 May 2018 10:08:15 -0400 Subject: [PATCH] Hooray Microsoft --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 152b2a86..44fa93ed 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -42,7 +42,7 @@ before_build: 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\vcvars32.bat" && cl cpucount.cpp && .\cpucount.exe - md build && cd build - cmake -G "%CMAKE_GENERATOR%" %CMAKE_FLAGS% .. - if %compiler%==mingw ( mingw32-make tester examples )