From 068b1ab6dffc170396ab52e9cb7bd7896b52ecab Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 6 Oct 2015 00:00:26 +0200 Subject: [PATCH] [appveyor] make the build more verbose to see the used flags --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e4a89ae2c0..4ed893e955 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,7 +42,7 @@ build_script: - if [%COMPILER%]==[MSVC15] if [%PLATFORM%]==[x64] cmake -G "Visual Studio 14 2015 Win64" -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF . - if not [%COMPILER%]==[MSVC15] cmake -G "MinGW Makefiles" -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . - if [%COMPILER%]==[MSVC15] msbuild ALL_BUILD.vcxproj /verbosity:normal -- if not [%COMPILER%]==[MSVC15] mingw32-make +- if not [%COMPILER%]==[MSVC15] mingw32-make VERBOSE=1 - cd examples/java ; java -classpath ".;../../simgrid.jar" masterslave.Masterslave ../platforms/platform.xml masterslave/masterslaveDeployment.xml --log=root.thres:verbose --log=xbt.thres:info || true #test_script: -- 2.20.1