From 78938009bd128ac5fa7dde4450dad1600a34377f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 7 Sep 2015 16:57:21 +0200 Subject: [PATCH] [appveyor] try to KISS --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dcb68af210..15190eaea0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,8 +28,8 @@ install: build_script: #- '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd"' -- bash -lc "echo \"C:/MinGW /mingw\" > /etc/fstab" -- bash -lc "printenv" +#- bash -lc "echo \"C:/MinGW /mingw\" > /etc/fstab" +#- bash -lc "printenv" - bash -lc "cd /c/projects/simgrid && cmake -G \"MSYS Makefiles\" -DBOOST_ROOT=\"%BOOST_ROOT%\" -DBOOST_LIBRARYDIR=\"%BOOST_LIBRARYDIR%\" -DBoost_USE_STATIC_LIBS=ON -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF -Denable_tracing=ON -Denable_java=OFF -Denable_model-checking=OFF ." - bash -lc "cd /c/projects/simgrid; echo XXX simgrid_config.h; cat include/simgrid_config.h" - bash -lc "cd /c/projects/simgrid; echo XXX src/internal_config.h; cat src/internal_config.h" -- 2.20.1